-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contents root_dir #236
Comments
Two behaviors of jupyverse are not performed as the previous.
Then if I want to directly import functions from py files located in the same folder of ipynb, the |
Thanks for pointing that out @specter119, we should indeed have the same behavior as jupyter-server. |
We should probably pass a path to launch a kernel in, as it is done in jupyter-server. |
I opened #245 for the kernel cwd issue. |
@davidbrochart Thx |
Problem
Jupyverse currently serves contents relatively to the directory it was launched in. We should have a notion of root directory, which gives access to the file system in this directory and below.
Proposed Solution
Add
root_dir
to thecontents
plugin configuration.The text was updated successfully, but these errors were encountered: