-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
v 5.7.0 disables nbextensions and configurator tab #4047
Comments
I'm having the same problem, but using pip. |
I have the same issue tried PIP and CONDA |
I’m so perplexed that this doesn’t get bigger “press”.not many using extensions? Not even acknowledged bug? Also, the weird fact that 5.6 and 5.7 are not even released here on GH? Makes it look like the notebook development happens a bit hap-hazardly at the moment? I guess they are being overrun by their use numbers. A victim of their own success? ;) |
Thank you for sharing your view.
I guess you are right.
Additionally, there migh be little knowledge about nbextensions and their
value, so that too few people using them.
In my view they should become standard.
On 25 Oct 2018 04:38, "K.-Michael Aye" <[email protected]> wrote:
I’m so perplexed that this doesn’t get bigger “press”.not many using
extensions? Not even acknowledged bug? Also, the weird fact that 5.6 and
5.7 are not even released here on GH? Makes it look like the notebook
development happens a bit hap-hazardly at the moment? I guess they are
being overrun by their use numbers. A victim of their own success? ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4047 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKNYN1PRj6RKULoyCpfs472Selj7-Kimks5uoSQMgaJpZM4W9jjZ>
.
|
Same Problem here.
The nbextension tab is gone. But opening http://localhost:8888/nbextensions does still work. System used: Debian Buster (Testing) |
I think I'm having this same issue. Upon loading the Home Jupyter page, the following error shows up in the console: Uncaught TypeError: $ is not a function
at Object.load_ipython_extension (main.js?v=20181217125811:40)
at utils.js:39
at Object.execCb (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:1693)
at Module.check (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:881)
at Module.<anonymous> (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:1136)
at require.js?v=951f856e81496aaeec2e71a1c2c0d51f:134
at require.js?v=951f856e81496aaeec2e71a1c2c0d51f:1186
at each (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:59)
at Module.emit (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:1185)
at Module.check (require.js?v=951f856e81496aaeec2e71a1c2c0d51f:936) The configurator still works by navigating directly to it.
Downgrading via |
There was a change in the Jupyter notebook so you get the above error. This was fixed in Jupyter-contrib/jupyter_nbextensions_configurator#85. I will do an update in the next days, so this gets fixed on conda-forge, too. |
Yeah, Installing the jupyter-nbextensions-configurator-0.4.0 from pypi repository not works, In my case I don't use Conda and my packages are user related
Thank you @juhasch for the information. |
Danke Jürgen and Cyberwillis thanks for the pip command!
Your help is highly appreciated!
Regards
Oiver
…On Tue, 18 Dec 2018, 17:09 cyberwillis ***@***.*** wrote:
Yeah, Installing the jupyter-nbextensions-configurator-0.4.0 from pypi
repository not works,
but installing from the git repository, the same version 0.4.0 works
*In my case I don't use Conda and my packages are user related*
pip install -U --user git+https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator.git
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4047 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKNYN8MaUaacTzY_eeD3Cul22pgjN6Tyks5u6RNPgaJpZM4W9jjZ>
.
|
I have this installed via conda on py36:
After updating
notebook
to 5.7.0, my always active extensions have gone (e.g. filtering on the dashboard), and the extra tab for the nbext-configurator in the jupyter notebook is also gone.Downgrading to 5.6.0 brought my extensions and the configurator back. I did report it with
nbextensions
as well (ipython-contrib/jupyter_contrib_nbextensions#1356) , you can close whichever location is less appropriate.The text was updated successfully, but these errors were encountered: