1:pip安裝jupyterNotebook
2:配置jupyterNotebook?
1:pip安裝jupyterNotebook
? ? (1)pip install jupyter
? ? ? ? 等待cmd窗口出現(xiàn)?Successfully installed jupyter-1.0.0 jupyter-client-5.2.4 jupyter-console-6.0.0 jupyter-core-4.4.0 nbconvert-5.5.0 nbformat-4.4.0 notebook-5.7.8 qtconsole-4.5.1 表示安裝完成?Successfully中文意思是成功
2:配置jupyterNotebook?
配置jupyterNotebook 文件存放的默認路徑
? ? (1): 在文件夾中打開?C:\Users\東東-老機子\.jupyter
? ? (2):在cmd窗口輸入 jupyter notebook --generate-config?
? ? (3):返回第一步打開的文件夾(?C:\Users\東東-老機子\.jupyter)下面發(fā)發(fā)現(xiàn)多了一個jupyter_notebook_config.py 文件打開這個文件進行配置設(shè)置
? ? (4):找到c.NotebookApp.notebook_dir? 在等號后面設(shè)置路徑 保存退出
? ? (5)cmd窗口輸入jupyter notebook 啟動notebook ,
????????瀏覽器會自動打開notebook的網(wǎng)站平臺(如果沒有打開喂链,復(fù)制下圖第2個紅色方框中的地址在瀏覽器中打開返十,)