https://github.com/lubyruffy/jupyter
jupyter
https://github.com/lubyruffy/jupyter
Last synced: 2 months ago
JSON representation
jupyter
- Host: GitHub
- URL: https://github.com/lubyruffy/jupyter
- Owner: LubyRuffy
- Created: 2017-06-16T17:19:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T18:33:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T05:44:09.684Z (4 months ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
会自动打开浏览器