Skip to content
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

Local file redirect behaviour differs from notebook 6.4.12 #144

Closed
scmmmh opened this issue Sep 2, 2022 · 0 comments · Fixed by #148
Closed

Local file redirect behaviour differs from notebook 6.4.12 #144

scmmmh opened this issue Sep 2, 2022 · 0 comments · Fixed by #148

Comments

@scmmmh
Copy link

scmmmh commented Sep 2, 2022

I've run into a problem with displaying image files in a Markdown cell, when running in nbclassic compared to when running in the notebook 6.4.12 directly. I have a simple notebook file and an image in the same directory:

test.ipynb
image.jpeg

In the notebook file, I have the following markdown (in an appropriate cell):

![not found](image.jpeg)

When running via jupyter notebook, the image is displayed correctly, but when running via jupyter nbclassic, the image is not found. Looking at the network traffic, the difference is that notebook6 is redirecting /notebooks/image.jpeg to /files/image.jpeg, while nbclassic is redirecting /notebooks/image.jpeg to /edit/image.jpeg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant