ipython-contrib / jupyter_contrib_nbextensions

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

extensions does not work or only work once #1646

Open zhang-xinyuan opened 11 months ago

zhang-xinyuan commented 11 months ago

Hello,

I installed jupyter_contrib_nb_extensions with the following versions:

· notebook version: 6.5.4 · python: 3.11.3 · jupyter_contrib_nbextensions: 0.7.0

using these commands for the installtion of jupyter_contrib_nbextensions:

pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions jupyter contrib nbextension install --user jupyter nbextensions_configurator enable --user

extensions appear in jupyter notebook, but they doesn't work properly. For example, 1、 I must double-click on the blank space of the directory to display the content. 1690897624640(1)

2、For the Variable Inspector, it only displays the first variable and does not display any other variables that run after it 1690897511268(1) it only shows int a, not b、c