1:pip安装jupyterNotebook
2:配置jupyterNotebook
1:pip安装jupyterNotebook
(1)pip install jupyter
等待cmd窗口出现 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)下面发发现多了一个jupyter_notebook_config.py 文件打开这个文件进行配置设置
(4):找到c.NotebookApp.notebook_dir 在等号后面设置路径 保存退出
(5)cmd窗口输入jupyter notebook 启动notebook ,
浏览器会自动打开notebook的网站平台(如果没有打开,复制下图第2个红色方框中的地址在浏览器中打开,)