Mac configuration jupyter notebook extension Nbextensions

Configuration method

  1. Enter jupyter notebook and create a new python file
  2. After opening the Python file, enter in the input box:
    !pip install -i pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jupyter_contrib_nbextensions
    !jupyter contrib nbextension install --user
    !pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jupyter_nbextensions_configurator
    !jupyter nbextensions_configurator enable --user
    
  3. Press Enter, restart jupyter, you can
    Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_35757704/article/details/114995426