-
Notifications
You must be signed in to change notification settings - Fork 97
404 GET nbextensions/widgets/notebook/js/extension.js every time I open a notebook #186
Comments
Not a problem unless you're trying to use widgets. It may be listed in |
Here's info on how to install widgets if you do want to use them: |
I did a clean conda install, jupyter, and ipywidgets and I get the same error 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20170922144630 (::1) 6.96ms |
I had the same problem; although I installed ipywidgets (v. 7.0.5) with conda: |
After installing via conda, I also had to run: |
Same experience as mhogg and demotu. Installed via conda: But widget didn't load and got this on jupyter startup: And this fixed it: This is on MacOS 10.13.1 |
I had the same problem: "Run all cells above" did not execute any more properly. I do not know, when exactly this emerged. But, installing latest kernel and enabling widgets cleared the problem. Thanks! |
same here: notebooks won't run on 'jupyter notebook' restart, running:
fixed it. Note that it was already enabled and valid:
i.e. you have a bug somewhere, as disabling/re-enabling it fixed it. The 2 not OK configs were:
Thank you! |
Another update. The issues re-appeared after updating to notebook-5.6. I again started getting:
(same for nbdime) which prevented notebooks restart and normal functioning. The disable-enable cycle didn't work this time. After disabling and uninstalling I had to go and manually remove all remaining references to Only then reinstalling the python I had to do the same for nbdime extension. |
Hello, I had the same issue, and solved it with: |
I'm not sure when this started or if it's really a problem, but every time I open a notebook I encounter the following warning:
Any idea what this could be from? I can't find an extension.js file anywhere in my home directory.
I've seen this error in other issue posts before, but they all seem to have catastrophic errors that prevent Jupyter from running (dependencies, paths, etc.) but I don't. In fact, I'm even using a notebook extension without problem.
The text was updated successfully, but these errors were encountered: