CS231n环境搭建code review (Windows)

(一)在原有Python2.7环境下安装Jupyter Notebook

  1. 更新pip

pip install --upgrade pip
如果上述指令更新失败,采用如下命令:python -m pip install --upgrade pip

  1. 安装jupyter notebook

pip install jupyter

  1. 运行jupyter notebook

cmd中输入:jupyter notebook


【附】简书上有关jupyter notebook简单使用:

https://www.jianshu.com/p/bb0eab1b2535

猜你喜欢

转载自blog.csdn.net/yangwangnndd/article/details/89207407