-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[bug] notebook can't display images, but lab can #6267
Comments
downgrade to 5.5.0, everything works fine |
Excuse me for cutting in, I have the same issue. I use Jupyter. and tried the test that is written in here (jupyter/nbclassic#89) I reproduce the same issue( can't see the local image file). On the other hand, I downgrade Jupyter. and tried the same test. I can see the local image file. Deriving from this, I think there were some changes between notebook versions 6.3.0 and 6.4.3. |
This fixes the analogous issue for nbclassic. jupyter/nbclassic#148 |
I'm getting the same issue but downgrading |
I tried nbclassic's update, but it does not work for my environment. so, I check image's path.「edit」 is still added to URL. jupyter/nbclassic#148 @ericspod |
Closing as this should be fixed with the latest versions of Notebook 7, JupyterLab and NBClassic. Please have a look at the documentation to learn how to run the different UIs on the same Jupyter Server: https://jupyter-notebook.readthedocs.io/en/latest/migrating/multiple-interfaces.html Feel free to re-open or open a new issue if needed, thanks! |
This does appear fixed in Notebook 7, thanks! |
Hello everone,
Jupyter NoteBook can`t display image but same code works in Jupyter Lab.
My jupyter notebook version is 6.4.3
%%html <img src="1.jpg" />
In Chrome develop tool, network tab:
Notebook requests url: http://<jupyter_url>/edit/1.jpg, with type text/html
Lab requests http://<jupyter_url>/files/1.jpg, with type jpeg
The text was updated successfully, but these errors were encountered: