-
Notifications
You must be signed in to change notification settings - Fork 18
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
Rise v0.42.0 on JupyterLab v4.0.10 returns 404: Not Found #69
Comments
I have just found a partial solution. So, I removed all the installations of Python 3.11.7 and JupyterLab v4.0.10,
Then, I ran I shut down the server (refresh is not sufficient) and started it again. The rise extension works almost perfectly. jupyter_lsp | extension was successfully linked.
jupyter_server_terminals | extension was successfully linked.
jupyterlab | extension was successfully linked.
jupyterlab_rise | extension was successfully linked.
notebook | extension was successfully linked.
notebook_shim | extension was successfully linked.
notebook_shim | extension was successfully loaded.
jupyter_lsp | extension was successfully loaded.
jupyter_server_terminals | extension was successfully loaded.
JupyterLab extension loaded from /opt/homebrew/Cellar/jupyterlab/4.0.10/libexec/lib/python3.12/site-packages/jupyterlab
JupyterLab application directory is /opt/homebrew/Cellar/jupyterlab/4.0.10/libexec/share/jupyter/lab
Extension Manager is 'pypi'.
jupyterlab | extension was successfully loaded.
jupyterlab_rise | extension was successfully loaded.
notebook | extension was successfully loaded.
...
...
404 GET /static/rise/img/sponge.png (7ccef137f56c44b4b8f833f4a39c1c92@127.0.0.1) 0.64ms referer=http://localhost:8888/rise/Settimana01/s01_2_introduzione.ipynb
404 GET /static/rise/img/boardmarker-black.png (7ccef137f56c44b4b8f833f4a39c1c92@127.0.0.1) 1.28ms referer=http://localhost:8888/rise/Settimana01/s01_2_introduzione.ipynb?activeCellIndex=0
404 GET /static/rise/img/chalk-white.png (7ccef137f56c44b4b8f833f4a39c1c92@127.0.0.1) 1.14ms referer=http://localhost:8888/rise/Settimana01/s01_2_introduzione.ipynb?activeCellIndex=0
404 GET /static/rise/img/blackboard.png (7ccef137f56c44b4b8f833f4a39c1c92@127.0.0.1) 2.00ms referer=http://localhost:8888/rise/Settimana01/s01_2_introduzione.ipynb?activeCellIndex=0 |
I had the same issue - installing the jupyterlab extentions |
I had the same (404) issue running
via jupyterhub on kubernetes. Finally preinstalling the rise pluging via pip in the container solved the issue. p.s. |
Hi to everyone!
Description
When I try to start a slideshow (clicking on the Rise icon present in an open notebook),
I obtain "404: Not Found".
Looking at the console, I noted that if the notebook file is
/test.ipynb
,the server executes
GET /rise/test.ipynb?activeCellIndex=0
, but there is no/rise/
app working!testCompressed.mp4
Reproduce
I installed:
brew
pip3
pip3 install jupyterlab_rise
Rise extension was not visible in the
jupyter labextension list
,so I ran
jupyter-labextension install jupyterlab-rise
to see it.Then,
jupyter-lab
in the directory containing the notebook.I open a notebook (
test.ipynb
) without any problem, and I can modify and save it.I try to start a slideshow by clicking on the Rise icon present in an open notebook.
The browser shows a "404: Not Found" page.
In the log I see:
[ServerApp] 404 GET /rise/test.ipynb?activeCellIndex=0
Context
0.42.0
Command Line Output
The text was updated successfully, but these errors were encountered: