Skip to content

Commit

Permalink
fix url bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lijin-THU committed Mar 29, 2017
1 parent 8b4cbe7 commit 1a07eec
Show file tree
Hide file tree
Showing 168 changed files with 54,537 additions and 54,538 deletions.
File renamed without changes.
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
}
Loading

0 comments on commit 1a07eec

Please sign in to comment.