mac下ipython-notebook安装

安装:

python2 安装方式:
pip install --user jupyter
python3 安装方式:
pip3 install --user jupyter

启动:

python -m IPython notebook


标签: jupyter、notebook、ipython、安装、install、面试
  • 回复
隐藏