forked from lijin-THU/notes-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
168 changed files
with
54,537 additions
and
54,538 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
100 changes: 50 additions & 50 deletions
100
...python tools/01.03 ipython notebook.ipynb → 01-python-tools/01.03-ipython-notebook.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Ipython notebook" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"在命令行下输入命令:\n", | ||
"\n", | ||
" ipython notebook\n", | ||
"\n", | ||
"会打开一个notebook本地服务器,一般地址是 http://localhost:8888\n", | ||
"\n", | ||
"**`ipython notebook`** 支持两种模式的cell:\n", | ||
"\n", | ||
"* Markdown\n", | ||
"* Code\n", | ||
"\n", | ||
"这里不做过多介绍。" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 2", | ||
"language": "python", | ||
"name": "python2" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 2 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython2", | ||
"version": "2.7.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Ipython notebook" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"在命令行下输入命令:\n", | ||
"\n", | ||
" ipython notebook\n", | ||
"\n", | ||
"会打开一个notebook本地服务器,一般地址是 http://localhost:8888\n", | ||
"\n", | ||
"**`ipython notebook`** 支持两种模式的cell:\n", | ||
"\n", | ||
"* Markdown\n", | ||
"* Code\n", | ||
"\n", | ||
"这里不做过多介绍。" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 2", | ||
"language": "python", | ||
"name": "python2" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 2 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython2", | ||
"version": "2.7.10" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
Oops, something went wrong.