An open API service indexing awesome lists of open source software.

https://github.com/lubyruffy/jupyter

jupyter
https://github.com/lubyruffy/jupyter

Last synced: 2 months ago
JSON representation

jupyter

Awesome Lists containing this project

README

        

# jupyter notebook学习
不要问我为什么用windows不用mac进行学习,我就是这么任性~!

## 安装
1. python:https://www.python.org/ 下载
2. pip安装:https://virtualenv.pypa.io/en/stable/installation/
3. 安装virtualenv
pip install virtualenv
创建环境
```
> cd %HOMEPATH%
> mkdir tensorflow
> cd tensorflow
> virtualenv --no-site-packages tensorflow
```
启动
```
> %HOMEPATH%\tensorflow\tensorflow\Scripts\activate
```

4. tensorflow
```
pip install tensorflow
```

5. jupyter
```
pip install jupyter
```

## 运行
```
jupyter notebook
```
会自动打开浏览器