- 安装Python
- 打开cmd(用管理员权限使用)搜索cmd—>右键以管理员打开
- 创建文件夹命令
Python -m venv zy1(取自己的文件夹的名字)
- 切换到文件夹进行激活输入命令
Scripts\activate
4.安装相关的库使用命令
pip3 install [库名](numpy/matplotlib/pandas/jupyter)
出现错误就把pip命令进行升级(依次输入相关的命令
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
- 输入命令出现下面的界面
jupyter notebook
代码提示功能
- 使用以下命令使jupyter界面有代码提示功能 :
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user --skip-running-check
安装完成后,勾选 “Table of Contents” 以及 “Hinterland”。jupyter notebook