Mac構成jupyterノートブック拡張機能Nbextensions

構成方法

  1. jupyter Notebookに入り、新しいpythonファイルを作成します
  2. Pythonファイルを開いた後、入力ボックスに次のように入力します。
    !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. Enterキーを押して、jupyterを再起動すると、次のことができます。
    ここに画像の説明を挿入します

おすすめ

転載: blog.csdn.net/weixin_35757704/article/details/114995426