Skip to content

Commit 93798a6

Browse files
author
stonebig
committed
update demo notebooks
1 parent 174f8b3 commit 93798a6

File tree

4 files changed

+2412
-1470
lines changed

4 files changed

+2412
-1470
lines changed

docs/Beginner's FAQ.ipynb

Lines changed: 96 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,96 @@
1-
{
2-
"metadata": {
3-
"language": "Julia",
4-
"name": "",
5-
"signature": "sha256:192e4d46c0cb750657963e1d64e681acb38bfa2d88edf4fe02d7af3b64c09f5e"
6-
},
7-
"nbformat": 3,
8-
"nbformat_minor": 0,
9-
"worksheets": [
10-
{
11-
"cells": [
12-
{
13-
"cell_type": "markdown",
14-
"metadata": {},
15-
"source": [
16-
"# Experimenting your Winpython installation\n",
17-
" . [Winpython_checker test](Winpython_checker.ipynb)"
18-
]
19-
},
20-
{
21-
"cell_type": "markdown",
22-
"metadata": {},
23-
"source": [
24-
"# Tutorials and Demonstrations on Internet\n",
25-
"\n",
26-
"## Ipython Notebook Documentation\n",
27-
" \n",
28-
" . [Ipython notebook-based online documentation] http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb\n",
29-
" \n",
30-
" . [Galery of Interesting Notebooks] https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks\n",
31-
" \n",
32-
"\n",
33-
"## Qt User Interface Development :\n",
34-
"\n",
35-
" . QT4.8 Official Documentation http://qt-project.org/doc/qt-4.8/tutorials.html\n",
36-
" \n",
37-
" . formlayout : doing your QT formular https://code.google.com/p/formlayout\n",
38-
" \n",
39-
" . guidata : https://pythonhosted.org/guidata/examples.html\n",
40-
" \n",
41-
"## Graphics :\n",
42-
"\n",
43-
" . Matplotlib : [Beginner's guide](http://matplotlib.org/users/beginner.html) , [Gallery](http://matplotlib.org/gallery.html) , [General Content](http://matplotlib.org/contents.html) \n",
44-
" \n",
45-
" . seaborn : [Tutorial](http://stanford.edu/~mwaskom/software/seaborn/tutorial.html) , [Gallery](http://stanford.edu/~mwaskom/software/seaborn/examples/index.html)\n",
46-
" \n",
47-
" . ggplot : [How it works](http://ggplot.yhathq.com/how-it-works.html) , [Documentation](http://ggplot.yhathq.com/docs/index.html)\n",
48-
" \n",
49-
" . mpld3 : [Gallery](http://mpld3.github.io/examples/index.html#example-gallery) \n",
50-
" \n",
51-
" . scikit-image : [Gallery](http://scikit-image.org/docs/dev/auto_examples/), [User Guide](http://scikit-image.org/docs/dev/user_guide.html)\n",
52-
" \n",
53-
"## SQL\n",
54-
" . IPython-SQL : [Tutorial](http://nbviewer.ipython.org/gist/catherinedevlin/6588378)\n",
55-
" \n",
56-
" . db.py : [Tutorial](http://nbviewer.ipython.org/github/yhat/db.py/blob/master/examples/db-example.ipynb)\n",
57-
" \n",
58-
" . baresql : [Tutorial](https://pypi.python.org/pypi/baresql)\n",
59-
"\n",
60-
"## Machine learning\n",
61-
" . scikit-learn : [Tutorial](http://scikit-learn.org/stable/tutorial/index.html) , [Gallery](http://scikit-learn.org/stable/auto_examples/index.html)\n",
62-
" \n",
63-
"\n",
64-
" \n",
65-
"## Winpython\n",
66-
"\n",
67-
". [Winpython Discussion Group](https://groups.google.com/forum/#!forum/winpython)\n",
68-
" \n",
69-
". [Other Winpython examples](http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/examples/)\n"
70-
]
71-
},
72-
{
73-
"cell_type": "code",
74-
"collapsed": false,
75-
"input": [],
76-
"language": "python",
77-
"metadata": {},
78-
"outputs": []
79-
}
80-
],
81-
"metadata": {}
82-
}
83-
]
84-
}
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Experimenting your Winpython installation\n",
8+
" . [Winpython_checker test](Winpython_checker.ipynb)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"# Tutorials and Demonstrations on Internet\n",
16+
"\n",
17+
"## Ipython Notebook Documentation\n",
18+
" \n",
19+
" . [Ipython notebook-based online documentation] http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb\n",
20+
" \n",
21+
" . [Galery of Interesting Notebooks] https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks\n",
22+
" \n",
23+
"\n",
24+
"## Qt User Interface Development :\n",
25+
"\n",
26+
" . QT4.8 Official Documentation http://qt-project.org/doc/qt-4.8/tutorials.html\n",
27+
" \n",
28+
" . formlayout : doing your QT formular https://code.google.com/p/formlayout\n",
29+
" \n",
30+
" . guidata : https://pythonhosted.org/guidata/examples.html\n",
31+
" \n",
32+
"## Graphics :\n",
33+
"\n",
34+
" . Matplotlib : [Beginner's guide](http://matplotlib.org/users/beginner.html) , [Gallery](http://matplotlib.org/gallery.html) , [General Content](http://matplotlib.org/contents.html) \n",
35+
" \n",
36+
" . seaborn : [Tutorial](http://stanford.edu/~mwaskom/software/seaborn/tutorial.html) , [Gallery](http://stanford.edu/~mwaskom/software/seaborn/examples/index.html)\n",
37+
" \n",
38+
" . scikit-image : [Gallery](http://scikit-image.org/docs/dev/auto_examples/), [User Guide](http://scikit-image.org/docs/dev/user_guide.html)\n",
39+
" \n",
40+
" . ggplot : [How it works](http://ggplot.yhathq.com/how-it-works.html) , [Documentation](http://ggplot.yhathq.com/docs/index.html)\n",
41+
" \n",
42+
" . mpld3 : [Gallery](http://mpld3.github.io/examples/index.html#example-gallery) \n",
43+
"\n",
44+
" \n",
45+
"## SQL\n",
46+
" . IPython-SQL : [Tutorial](http://nbviewer.ipython.org/gist/catherinedevlin/6588378)\n",
47+
" \n",
48+
" . db.py : [Tutorial](http://nbviewer.ipython.org/github/yhat/db.py/blob/master/examples/db-example.ipynb)\n",
49+
" \n",
50+
" . baresql : [Tutorial](https://pypi.python.org/pypi/baresql)\n",
51+
"\n",
52+
"## Machine learning / Deep Learning\n",
53+
" . scikit-learn : [Tutorial](http://scikit-learn.org/stable/tutorial/index.html) , [Gallery](http://scikit-learn.org/stable/auto_examples/index.html)\n",
54+
" \n",
55+
" . Theano: [Tutorial](http://deeplearning.net/software/theano/tutorial/), [Related Projects](https://github.com/Theano/Theano/wiki/Related-projects)\n",
56+
"\n",
57+
" \n",
58+
"## Winpython\n",
59+
"\n",
60+
". [Winpython Discussion Group](https://groups.google.com/forum/#!forum/winpython)\n",
61+
" \n",
62+
". [Other Winpython examples](http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/)\n"
63+
]
64+
},
65+
{
66+
"cell_type": "code",
67+
"execution_count": null,
68+
"metadata": {
69+
"collapsed": false
70+
},
71+
"outputs": [],
72+
"source": []
73+
}
74+
],
75+
"metadata": {
76+
"kernelspec": {
77+
"display_name": "Python 3",
78+
"language": "python",
79+
"name": "python3"
80+
},
81+
"language_info": {
82+
"codemirror_mode": {
83+
"name": "ipython",
84+
"version": 3
85+
},
86+
"file_extension": ".py",
87+
"mimetype": "text/x-python",
88+
"name": "python",
89+
"nbconvert_exporter": "python",
90+
"pygments_lexer": "ipython3",
91+
"version": "3.4.3"
92+
}
93+
},
94+
"nbformat": 4,
95+
"nbformat_minor": 0
96+
}

docs/Winpython_checker.ipynb

Lines changed: 1453 additions & 1386 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)