1. 程式人生 > >jupyter Notebook的使用(一)

jupyter Notebook的使用(一)

關於Jupyter Notebook的使用

1. 啟動Jupyter Notebook

開啟anaconda prompt,在命令符提示行輸入

jupyter notebook

2.常用命令

如何開啟一個具體的notebook

jupyter notebook notebook.ipynb

如何改變埠

jupyter notebook --port 9999

預設埠是8888
不以瀏覽器的方式開啟jupyter

jupyter notebook --no-browser

獲取幫助

jupyter notebook --help

檢視所有幫助

jupyter notebook --help-all

設定密碼

jupyter notebook password

3.關閉jupyter notebook

關閉 jupyter notebook

Ctrl + C