jupyter notebook 中安裝代碼自動補充功能

jupyter notebook 中安裝代碼自動補充功能

  1. 在anaconda powershell prompt中輸入以下命令
    (圖片中的兩者皆可,只是powershell中包含命令更多)
    選擇二者之一
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install --user jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
  1. 安裝成功後cmd—>輸入jupyter notebook打開jupyter notebook
  2. 在http://localhost:8888/tree/中可以看到Nbextensions
    按圖勾選即可由上至下依次點擊
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章