-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fails when working from a subfolder #16
Comments
Yes, |
I don't think I did anything special, the |
It might be. However, this would be very interesting as normally, the user needs to create the Would you mind providing a concrete reproducible example (i.e. where is the file with the definition)? |
For me the Reproducible example from home folder that works
Reproducible example from subfolder that does not work
|
Exactly the same problem there. |
Hello!
I'm running into the following issue. When I am working on a notebook within a subfolder, e.g. if I'm working on
subfolder/hello.ipynb
.When I am inside
hello.ipynb
and I try to go to the definition of a function that is outside of my notebook, I see the relevant file appear inside.jupyter_symlinks
, and my file tree looks likeWhen I try to go to the external definition, it fails to jump, because this api call returns 404
But the following api call would have worked
So it looks like either the
.jupyter_symlinks
folder should always be at the root of my jupyter folder, or the path in the URL should include the base path of the notebook itself.Are you seeing the same thing?
The text was updated successfully, but these errors were encountered: