ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.23k stars 806 forks source link

nbextensions configurator does not show up #1609

Open psads-git opened 1 year ago

psads-git commented 1 year ago

I am running Jupyter on Fedora Linux. I guess that after some pip updates, the nbextensions configurator ceased to show up.

I do have:

$ jupyter nbextensions_configurator enable --user
Enabling: jupyter_nbextensions_configurator
- Writing config: /home/x/.jupyter
    - Validating...
      jupyter_nbextensions_configurator 0.4.1 OK
Enabling notebook nbextension nbextensions_configurator/config_menu/main...
Enabling tree nbextension nbextensions_configurator/tree_tab/main...
$ 

Could someone please help me?

dawyi commented 1 year ago

same here, i have this problem after updating to python 3.10

juhasch commented 1 year ago

Should be fixed with new the new release of the configurator. This was an incompability with more recent notebook versions.