python3.9成功安装nbextensions
py3.9安装jupyter-Nbextensions
- python安装jupyter且可以成功使用目录
- 合适的版本
python安装jupyter且可以成功使用目录
使用虚拟conda环境构建了3.9版本的python,正常安装jupyter-notebook后,安装nbextensions,打开后,总是出现转圈的事情,出现的问题如下所示,后面发现主要是版本的问题,根据适合的版本进行安装基本不会有问题:No nbextensions match the applied filters!
合适的版本
如下所示,安装的包和对应的版本,pip install 后可用
notebook 6.4.0
notebook_shim 0.2.4
jupyter_client 7.4.9
jupyter_contrib_core 0.4.2
jupyter_contrib_nbextensions 0.7.0
jupyter_core 5.7.2
jupyter-events 0.12.0
jupyter-highlight-selected-word 0.2.0
jupyter_nbextensions_configurator 0.6.4
jupyter-server 1.13.4
jupyter_server_terminals 0.5.3
jupyterlab_pygments 0.3.0
tornado 6.5.1