Python筆記之Jupyter

安裝Jupyter

如果已經安裝了Python,可以直接使用pip命令:pip3 install jupyter

運行Jupyter

執行jupyter notebook命令,等待默認瀏覽器自動運行。
Jupyter管理頁面

創建Notebook

右上角New按鈕。

常用插件

jupyter_contrib_nbextensions

參考鏈接:https://www.cnblogs.com/shuaishuai-it/p/7170343.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章