标签:style 进入 运行 str activate pip vat kernel div
一、ubuntu系统下安装完caffe后,安装 jupyter notebook。
在终端中执行,安装指令:
sudo pip install jupyter
安装完成后运行 notebook :
jupyter notebook
或
ipython notebook
二、ubuntu系统下,使用virtualenv安装完tensorfow后,安装 jupyter notebook。
主要步骤:
source myproject/bin/activate
4.启动jupyter notebook并更改kernel
Python---virtualenv + Tensorflow + jupyter notebook
标签:style 进入 运行 str activate pip vat kernel div
原文地址:https://www.cnblogs.com/carle-09/p/9590395.html