You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.ipynbimage.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.
The text was updated successfully, but these errors were encountered:
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:
In the notebook file, I have the following markdown (in an appropriate cell):
When running via
jupyter notebook
, the image is displayed correctly, but when running viajupyter 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
.The text was updated successfully, but these errors were encountered: