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
Project Jupyter is the top-level project name for all of the subprojects under
21
+
development, which includes Jupyter Notebook. Jupyter Notebooks can also run
22
+
code for other programming languages such as [Julia](https://julialang.org/) and
23
+
[R](https://www.r-project.org/).
24
+
21
25
22
26
### How does Jupyter Notebook work?
23
27
The key piece of Jupyter Notebook infrastructure is a web application that
24
28
runs locally for creating and sharing documents that contain embedded code and
25
29
execution results.
26
30
31
+
<imgsrc="/img/visuals/jupyter-screenshot.jpg"width="100%"alt="Screenshot of Jupyter Notebook running in the browser and server in terminal."class="shot">
32
+
27
33
<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>
28
34
29
35
@@ -103,6 +109,11 @@ like advanced interactive visualizations.
103
109
have a ton more details on ways to set up Jupyter Notebooks as dashboards
104
110
and export results to other formats.
105
111
112
+
*[mapboxgl-jupyter](https://github.com/mapbox/mapboxgl-jupyter) library along
0 commit comments