-
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
6.5.1 regression: NotebookApp] Could not open static file '' jquery-ui #6573
Comments
Thx for the report.
We have seen that issue and will fix it ASAP, but I don't think it is related to the
We have an open PR in Jupyter-contrib/jupyter_nbextensions_configurator#141 to fix that. @damianavila can maybe give more inputs on when this could be reviewed and released. |
I wanted to provide an update on the fix for the jquery-ui 404 error, PR #6578 has been merged! |
been half-day with the exact same problem and errors. install jupyter notebook=6.4.12 this has worked for me |
@KC0lin , you save my day. Thanks a lot! |
For the jquery-ui 404, Notebook 6.5.2 is released and does not show the jquery-ui 404 anymore. For jupyter_nbextensions_configurator, Jupyter-contrib/jupyter_nbextensions_configurator#141 is waiting for reviews from the core maintainers. Please upvote that PR in the jupyter-contrib repository if you want to get this move forward. I will close this issue related to the jquery-ui (please reopen if it does not work for you). |
Relevant jupyter server logs:
Looks like notebook 6.5.1 has a regression with
jupyter_contrib_nbextensions
The nbextensions tab is missing from the notebook homepage.
I was able to work around this with downgrading notebook
pip install jupyter notebook=6.4.12
Relevant js console errors:
Versions:
python 3.7.13
IPython : 7.34.0
ipykernel : 6.16.0
ipywidgets : 8.0.2
jupyter_client : 7.4.2
jupyter_core : 4.11.1
jupyter_server : 1.21.0
jupyterlab : not installed
nbclient : 0.7.0
nbconvert : 7.2.1
nbformat : 5.7.0
notebook : 6.5.1
qtconsole : 5.3.2
traitlets : 5.4.0
The text was updated successfully, but these errors were encountered: