-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Nbconvert jumps to the wrong link in collaboration mode #151
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks @minger233. We will need to fix this in JupyterLab. |
What would be the right way to fix this? I can imagine stripping the But I don't know if that fixes the general problem of a different notebook path being reported/passed around just because collaboration is active, for code that expects path to be just the file path. |
There is a similar problem in nbgrader caused by the |
jupyter/nbgrader#1836 For this issue is it caused by Jupyter colab or is it an nbgrader issue? |
It's been about eight months since the last message on this bug. Is there any update on it? |
These two PRs will allow to get rid of the |
I believe this is somewhat orthogonal though. JupyterLab should handle the drive prefix properly for the nbconvert exporters. |
Isn't this the same kind of issue as #202? |
Yes. |
Describe the bug
Nbconvert jumps to the wrong link in collaboration mode.
To Reproduce
.ipynb
file/nbconvert/latex/RTC%3AFILENAME.ipynb?download=true
instead of/nbconvert/latex/FILENAME.ipynb?download=true
Expected behavior
the browser goes to
/nbconvert/latex/FILENAME.ipynb?download=true
Screenshots
Desktop (please complete the following information):
CentOS : LSB Version core-4.1-amd64:core-4.1-noarch
Conda Version: 23.3.1
Python : 3.10.9
IPython : 8.13.1
ipykernel : 6.22.0
ipywidgets : not installed
jupyter_client : 8.2.0
jupyter_core : 5.3.0
jupyter_server : 2.5.0
jupyterlab : 4.0.0rc0
nbclient : 0.7.4
nbconvert : 7.3.1
nbformat : 5.8.0
notebook : 7.0.0b1
qtconsole : not installed
traitlets : 5.9.0
The text was updated successfully, but these errors were encountered: