Python环境安装
mac环境下 安装Python3 pip jupyter
- 安装homebrew
- 通过homebrew安装Python3
brew install Python3
- 安装Python包管理工具 pip
Python’s package manager
- 确保是最新的pip
pip3 install --upgrade pip
- 安装jupyter
pip3 install jupyter
- 使用jupyter
jupyter notebook
win环境下 安装Python3 pip jupyter
-
安装jupyter
Python -m pip install jupyter
-
配置环境变量
C:UsersAdministratorAppDataLocalProgramsPythonPython36-32;
C:UsersAdministratorAppDataLocalProgramsPythonPython36-32Scripts;
-
使用jupyter
jupyter notebook