send files to /home/jovyan from VSCode #215
-
Hello PC team, My query is related to this discussion, from a year and a bit ago, only less security focused. I use, and access PC, primarly through VSCode (as outlined here). When running a locally stored notebook is it possible to import a locally stored module? I think the answer is no. So, is there a way to easily access the files on Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I also think the answer is "no", but I'm not 100% sure about that. My recollection is that the notebooks the Jupyter extension for VS Code edits are local to your VS Code. Even if you connect to a remote Kernel running on JupyterHub, it doesn't necessarily expose the file system associated with that JuptyerHub account. But that's all speculation on my part. I think that jupyterhub-ssh needs to be installed / enabled on the Hub, so that might not be an option. I'm not aware of programmatic way to post files to your JupyterHub's home directory. |
Beta Was this translation helpful? Give feedback.
I also think the answer is "no", but I'm not 100% sure about that. My recollection is that the notebooks the Jupyter extension for VS Code edits are local to your VS Code. Even if you connect to a remote Kernel running on JupyterHub, it doesn't necessarily expose the file system associated with that JuptyerHub account. But that's all speculation on my part.
I think that jupyterhub-ssh needs to be installed / enabled on the Hub, so that might not be an option.
I'm not aware of programmatic way to post files to your JupyterHub's home directory.