Please enable Javascript to view the contents

Spyder 安裝Jupyter notebook

 ·   ·  ☕ 1 分鐘  ·  ✍️ JK

介紹

Spyder整合了NumPy,SciPy,Matplotlib與IPython,要在Spyder 使用Jupyter notebook 幾行指令就可以完成。

需求

開啟Spyder Jupyter notebook 指令

打開 Anaconda Navigator 選擇 ENV 》 Terminal(終端)

輸入

spyder jupyter notebook

快速開啟方法

快捷徑檔案 右鍵 》 內容 路徑後面輸入 spyder jupyter notebook

jupyter 在下方,第一次打開需要在下面找到jupyter notebook點一下即可開啟

推薦使用擴充套件 nbextensions

增加額外jupyter 本身沒有的功能,請到官方文檔看看

https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hinterland/README.html

https://github.com/ipython-contrib/jupyter_contrib_nbextensions

安裝

conda install -c conda-forge jupyter_contrib_nbextensions
分享

JK
作者
JK
學習筆記