We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
404 : Not Found
When I try to open a png file using the jupyter file explorer (while using nbclassic), it says:
png
404 : Not Found You are requesting a page that does not exist!
But as soon as I remove nbclassic from the url, it works properly, showing the image.
nbclassic
jupyter nbclassic
http://localhost:3025/nbclassic/view/repo/image.png
Image shows fine, not indicating a 404 error. Just like it works using original jupyter explorer
Operating system (server):
Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy
Libraries:
jupyter==1.0.0 nbclassic==1.0.0
Python
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
The text was updated successfully, but these errors were encountered:
I wanted to note here that I can replicate this behavior after launching NbClassic when Notebook 7 has been installed.
Sorry, something went wrong.
view
Successfully merging a pull request may close this issue.
Description
When I try to open a
png
file using the jupyter file explorer (while using nbclassic), it says:But as soon as I remove
nbclassic
from the url, it works properly, showing the image.Reproduce
jupyter nbclassic
http://localhost:3025/nbclassic/view/repo/image.png
Expected behavior
Image shows fine, not indicating a 404 error. Just like it works using original jupyter explorer
Context
Operating system (server):
Libraries:
Python
The text was updated successfully, but these errors were encountered: