You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/06-jupyter-notebook.markdown
+32-10Lines changed: 32 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,18 @@ sharing documents that contain embedded code and execution results.
20
20
<divclass="well see-also">Jupyter Notebook is an implementation of the <ahref="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <ahref="/development-environments.html">development environments</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
21
21
22
22
23
-
### Jupyter Notebook resources
24
-
*[Peter Norvig's collection of Jupyter Notebooks](http://norvig.com/ipython/README.html)
25
-
is a an incredible resource for example projects.
26
-
27
-
* This
28
-
[gallery of interesting Jupyter Notebooks](https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks)
29
-
provides many great examples across numerous programming languages.
23
+
### Jupyter Notebook tutorials
24
+
Jupyter Notebook's powerful analysis and visualization environment can be
25
+
intimidating even for experienced developers that are new to the tool. The
26
+
following tutorials will explain the basics so you can quickly figure out
27
+
your own productive workflow.
30
28
31
-
*[28 Jupyter Notebook tips, tricks and shortcuts](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
32
-
explains many of the lesser-known keyboard shortcuts and mechanisms
33
-
to output settings.
29
+
*[Jupyter Notebook for Beginners: A Tutorial](https://www.dataquest.io/blog/jupyter-notebook-tutorial/)
30
+
is a great place to start if you have never before used the tool.
31
+
The guide covers installation, terminology, the user interface and
32
+
how to publish your notebooks to the web. Screenshots walk you
33
+
through some of the more confusing bits as you are getting up
34
+
and running.
34
35
35
36
*[Advanced Jupyter Notebook Tricks — Part I](https://blog.dominodatalab.com/lesser-known-ways-of-using-notebooks/)
36
37
and
@@ -50,3 +51,24 @@ sharing documents that contain embedded code and execution results.
50
51
[list of Jupyter Notebook talks](https://www.youtube.com/user/PyDataTV/search?query=jupyter)
51
52
from past events.
52
53
54
+
*[28 Jupyter Notebook tips, tricks and shortcuts](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
55
+
explains many of the lesser-known keyboard shortcuts and mechanisms
56
+
to output settings.
57
+
58
+
59
+
### Example Notebooks
60
+
Example Notebooks are easy to fire up and see how other people are working.
61
+
These resources are highly recommended after you read a couple of tutorials
62
+
and play around with the tool.
63
+
64
+
*[Peter Norvig's collection of Jupyter Notebooks](http://norvig.com/ipython/README.html)
65
+
is a an incredible resource for example projects.
66
+
67
+
* This
68
+
[gallery of interesting Jupyter Notebooks](https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks)
69
+
provides many great examples across numerous programming languages.
0 commit comments