Skip to content

Commit 1a07eec

Browse files
committed
fix url bugs
1 parent 8b4cbe7 commit 1a07eec

File tree

168 files changed

+54537
-54538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+54537
-54538
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
{
2-
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"# Ipython notebook"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"在命令行下输入命令:\n",
15-
"\n",
16-
" ipython notebook\n",
17-
"\n",
18-
"会打开一个notebook本地服务器,一般地址是 http://localhost:8888\n",
19-
"\n",
20-
"**`ipython notebook`** 支持两种模式的cell:\n",
21-
"\n",
22-
"* Markdown\n",
23-
"* Code\n",
24-
"\n",
25-
"这里不做过多介绍。"
26-
]
27-
}
28-
],
29-
"metadata": {
30-
"kernelspec": {
31-
"display_name": "Python 2",
32-
"language": "python",
33-
"name": "python2"
34-
},
35-
"language_info": {
36-
"codemirror_mode": {
37-
"name": "ipython",
38-
"version": 2
39-
},
40-
"file_extension": ".py",
41-
"mimetype": "text/x-python",
42-
"name": "python",
43-
"nbconvert_exporter": "python",
44-
"pygments_lexer": "ipython2",
45-
"version": "2.7.10"
46-
}
47-
},
48-
"nbformat": 4,
49-
"nbformat_minor": 0
50-
}
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Ipython notebook"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"在命令行下输入命令:\n",
15+
"\n",
16+
" ipython notebook\n",
17+
"\n",
18+
"会打开一个notebook本地服务器,一般地址是 http://localhost:8888\n",
19+
"\n",
20+
"**`ipython notebook`** 支持两种模式的cell:\n",
21+
"\n",
22+
"* Markdown\n",
23+
"* Code\n",
24+
"\n",
25+
"这里不做过多介绍。"
26+
]
27+
}
28+
],
29+
"metadata": {
30+
"kernelspec": {
31+
"display_name": "Python 2",
32+
"language": "python",
33+
"name": "python2"
34+
},
35+
"language_info": {
36+
"codemirror_mode": {
37+
"name": "ipython",
38+
"version": 2
39+
},
40+
"file_extension": ".py",
41+
"mimetype": "text/x-python",
42+
"name": "python",
43+
"nbconvert_exporter": "python",
44+
"pygments_lexer": "ipython2",
45+
"version": "2.7.10"
46+
}
47+
},
48+
"nbformat": 4,
49+
"nbformat_minor": 0
50+
}

0 commit comments

Comments
 (0)