forked from jupyter/jupyter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
273 lines (272 loc) · 18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
---
layout: default
title: Home
navbar_jupytercon: true
cfp: true
permalink: /
---
<section>
<div class="jumbotron">
<div class="row">
<div class="col-md-12">
<div class="img-container">
<span><img class="img-responsive fade-in one" src="assets/circle1.svg" alt="circle of programming language icons"></span>
</div>
<div class="img-container">
<span><img class="img-responsive fade-in two" src="assets/circle2.svg" alt="circle of programming language icons"></span>
</div>
<div class="img-container">
<span><img class="img-responsive fade-in three" src="assets/circle3.svg" alt="circle of programming language icons"></span>
</div>
<div class="img-container">
<img class="img-responsive" id="main-logo" src="assets/main-logo.svg" alt="jupyter logo">
</div>
<img class="img-responsive" src="assets/white-background.svg" alt="white background">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-8 col-md-offset-2">
<h4 class="jumbotron-text">Project Jupyter exists to develop open-source software, open-standards,
and services for interactive computing across dozens of programming languages.</h4>
</div>
</div>
</div>
</div>
</section>
<section id="jupyterlab">
<div class="section-grey">
<div class="lab-preview">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="assets/labpreview.png" id="portal" alt="examples of jupyterlab workspaces in single document and multiple document workspaces"/>
</div>
<div class="col-md-6 nb-highlight-text">
<h3>JupyterLab - A Next-Generation Notebook Interface</h3>
<h4 class="nb-desc">JupyterLab is a web-based platform that combines live code, text, images, visualizations, and data analysis into a single,
interactive environment. JupyterLab offers all the building blocks of the classic Jupyter Notebook in an extendable interface.</h4>
</div>
<div>
<a class="orange-button" href="try">Try it in your browser</a>
<a class="orange-button install-button" href="install.html">Install JupyterLab</a>
</div>
</div>
</div>
</div>
<div class="notebook-features">
<div class="container">
<div class="row">
<div class="col-md-3 notebook-feature">
<img class="img-responsive language" src="assets/easy.svg" id="feature" alt="icon to represent ease of use">
<h4>Easy to Use</h4>
<p>Compose notebooks, run terminals or consoles, and edit text files all within your browser. With a simple, straight-forward interface, start programming right away using any language.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive share" src="assets/flexible.svg" alt="icon to flexibility">
<h4>Share notebooks</h4>
<p>Test your code as you go; see results immediately and iterate on your explorations. JupyterLab extends the Classic Notebook interface to give a desktop-like work area in which to explore data.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive widget" src="assets/reproducible.svg" alt="icon to represent reproducibility">
<h4>Reproducible</h4>
<p>Allow others to replicate and build off your work. Explain your thought process step-by-step, and share it so others can run the same analysis from anywhere in the cloud, or on their own machine.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive data" src="assets/shareable.svg" alt="icon to represent sharing a notebook">
<h4>Shareable</h4>
<p>Visualize your work and tell a story in a way that feels simple and fun. Export to a variety of formats, including a webpage, PDF, and Word document, and share it with others.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about-notebook">
<div class="section-white">
<div class="notebook-preview">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="assets/jupyterpreview.png" id="portal" alt="example notebook of Lorenz differential equations"/>
</div>
<div class="col-md-6 nb-highlight-text">
<h3>The Jupyter Notebook</h3>
<h4 class="nb-desc">The Jupyter Notebook is an open-source web application that allows you to create and share
documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning
and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.</h4>
</div>
<div>
<a class="orange-button" href="try">Try it in your browser</a>
<a class="orange-button install-button" href="install.html">Install the Notebook</a>
</div>
</div>
</div>
</div>
<div class="notebook-features">
<div class="container">
<div class="row">
<div class="col-md-3 notebook-feature">
<img class="img-responsive language" src="assets/language.svg" id="feature" alt="icon to represent a language">
<h4>Language of choice</h4>
<p>The Notebook has support for over 40 programming languages, including Python, R, Julia, and Scala.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive share" src="assets/share.svg" alt="icon to represent sharing a notebook">
<h4>Share notebooks</h4>
<p> Notebooks can be shared with others using email, Dropbox, GitHub and the <a href="https://nbviewer.jupyter.org/">Jupyter Notebook Viewer</a>.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive widget" src="assets/widget.svg" alt="icon to represent an interactive widget">
<h4>Interactive output</h4>
<p>Your code can produce rich, interactive output: HTML, images, videos, LaTeX, and custom MIME types.</p>
</div>
<div class="col-md-3 notebook-feature">
<img class="img-responsive data" src="assets/spark.svg" alt="spark logo to represent big data">
<h4> Big data integration</h4>
<p>Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="jupyterhub">
<div class="section-grey">
<div class="container">
<div class="row">
<div>
<div class="hublogo col-md-offset-4 col-md-4 col-md-offset-4">
<img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;" id="hublogo" alt="jupyterhub logo">
</div>
<div class="col-md-offset-3 col-md-6 col-md-offset-3" style="margin-bottom:-36px">
<p style="padding-top:24px; text-align: center">A multi-user version of the notebook designed for companies, classrooms and research labs</p>
</div>
</div>
<div class="hubfeatures col-md-12">
<div class="feature1 hubfeature col-md-3 authentication">
<img src="assets/authentication.svg" class="img-responsive" alt="authentication icon">
<h4>Pluggable authentication</h4>
<p>Manage users and authentication with PAM, OAuth or integrate with your own directory service system.</p>
</div>
<div class="feature-middle hubfeature col-md-3">
<img src="assets/central.svg" class="img-responsive" alt="icon to represent centralized deployment">
<h4>Centralized deployment</h4>
<p>Deploy the Jupyter Notebook to thousands of users in your organization on centralized infrastructure on- or off-site.</p>
</div>
<div class="feature-middle hubfeature col-md-3">
<img src="assets/container.svg" class="img-responsive" alt="container icon">
<h4>Container friendly</h4>
<p>Use Docker and Kubernetes to scale your deployment, isolate user processes, and simplify software installation.</p>
</div>
<div class="feature4 hubfeature col-md-3">
<img src="assets/data.svg" class="img-responsive" id="data" alt="icon to represent data">
<h4>Code meets data</h4>
<p>Deploy the Notebook next to your data to provide unified software management and data access within your organization.</p>
</div>
</div>
<div class="col-md-12" style="text-align: center; margin-top: 24px;">
<a class="orange-button" href="https://github.com/jupyter/jupyterhub">Learn more about JupyterHub</a>
</div>
</div>
</div>
</div>
</section>
<section id="current-use">
<div class="section-white">
<div class="container">
<div class="row">
<h3 class="section-header">Currently in use at</h3>
<ul class="companies">
<li class="col"><a href="https://www.google.com"><img src="assets/google.svg" class="greydout" alt="Google"></a></li>
<li class="col"><a href="https://www.microsoft.com"><img src="assets/Microsoft.svg" class="greydout" alt="Microsoft"></a></li>
<li class="col"><a href="https://www.ibm.com"><img src="assets/IBM.svg" class="greydout" alt="IBM"></a></li>
<li class="col"><a href="https://www.bloomberg.com"><img src="assets/bloomberg.svg" class="greydout" alt="Bloomberg"></a></li>
<li class="col"><a href="https://www.oreilly.com"><img src="assets/oreilly.svg" class="greydout" alt="OReilly"></a></li>
<li class="col"><a href="https://www.anaconda.com/"><img src="assets/anaconda.svg" class="greydout" alt="Anaconda"></a></li>
<li class="col"><a href="https://developer.rackspace.com"><img src="assets/rackspace.svg" class="greydout" alt="Rackspace"></a></li>
<li class="col"><a href="https://www.soundcloud.com"><img src="assets/soundcloud.svg" class="greydout" alt="SoundCloud"></a></li>
<li class="col"><a href="https://www.quantopian.com/"><img src="assets/quantopian.svg" class="greydout" alt="Quantopian"></a></li>
<li class="col"><a href="https://www.netapp.com/us/"><img src="assets/netapp.svg" class="greydout" alt="NetApp"></a></li>
<li class="col"><a href="https://software-carpentry.org"><img src="assets/carpentry.svg" class="greydout" alt="Carpentry"></a></li>
<li class="col"><a href="https://www.janelia.org/"><img src="assets/janelia.svg" class="greydout" alt="Janelia"></a></li>
<li class="col"><a href="https://codeneuro.org/"><img src="assets/codeneuro.svg" class="greydout" alt="CodeNeuro"></a></li>
<li class="col"><a href=""><img src="assets/nsite.svg" class="greydout" alt="NSite"></a></li>
<li class="col"><a href="https://cocalc.com/"><img src="assets/cocalc.svg" class="greydout" alt="CoCalc"></a></li>
<li class="col"><a href="https://www.brynmawr.edu"><img src="assets/brynmawr.svg" class="greydout" alt="BrynMawr"></a></li>
<li class="col"><a href="https://www.calpoly.edu"><img src="assets/calpoly.svg" class="greydout" alt="CalPoly"></a></li>
<li class="col"><a href="https://www.berkeley.edu"><img src="assets/Berkeley.svg" class="greydout" alt="Berkeley"></a></li>
<li class="col"><a href="https://www.sheffield.ac.uk/"><img src="assets/sheffield.svg" class="greydout" alt="Sheffield"></a></li>
<li class="col"><a href="https://www.gwu.edu/"><img src="assets/washington.svg" class="greydout" alt="Washington"></a></li>
<li class="col"><a href="https://www.clemson.edu/"><img src="assets/clemson.svg" class="greydout" alt="Clemson"></a></li>
<li class="col"><a href="https://msu.edu/"><img src="assets/michigan-state.svg" class="greydout" alt="Michigan State University"></a></li>
<li class="col"><a href="https://www.northwestern.edu/"><img src="assets/northwestern.svg" class="greydout" alt="Northwestern University"></a></li>
<li class="col"><a href="https://www.nyu.edu"><img src="assets/NYU.svg" class="greydout" alt="NYU"></a></li>
<li class="col"><a href="https://www.nasa.gov"><img src="assets/NASA.svg" class="greydout" alt="NASA"></a></li>
<li class="col"><a href="https://ayasdi.com"><img src="assets/ayasdi.svg" class="greydout" alt="Ayasdi"></a></li>
<li class="col"><a href="https://www.thedataincubator.com"><img src="assets/tdi.svg" class="greydout" alt="The Data Incubator"></a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="architecture">
<div class="section-grey">
<div class="container">
<div class="architecturedescription">
<img src="assets/architectureicon2.svg" class="section-icon" alt="icon to represent jupyter architecture">
<h3 class="section-header">Open Standards for Interactive Computing</h3>
<h4 class="support-paragraph">The Jupyter Notebook is based on a set of open standards for interactive computing. Think HTML and CSS for interactive computing on the web. These open standards can be leveraged by third party developers to build customized applications with embedded interactive computing.</h4>
</div>
<div class="architecturecontent row col-md-12">
<div class="card col-md-4">
<div class="arcfeature" id="arcfeature1">
<div class="container">
<div class="front">
<img src="assets/notebook-format.svg" alt="icon to represent notebook format">
<a class="arc-button bt">Learn more</a>
</div>
<div class="front flipped content-back">
<h3>The Notebook Document Format</h3>
<p id="document">Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations and rich output. </p>
<a class="arc-button bt">Go back</a>
</div>
</div>
</div>
</div>
<div class="card col-md-4">
<div class="arcfeature" id="protocol">
<div class="container">
<div class="front2">
<img src="assets/protocol.svg" alt="icon to represent a protocol">
<a class="arc-button bt1">Learn more</a>
</div>
<div class="front2 flipped content-back">
<h3>Interactive Computing Protocol</h3>
<p>The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ and WebSockets.</p>
<a class="arc-button bt1">Go back</a>
</div>
</div>
</div>
</div>
<div class="card col-md-4">
<div class="arcfeature" id="kernel">
<div class="container">
<div class="front3">
<img src="assets/kernel.svg" alt="icon that looks like a terminal represents kernel">
<a class="arc-button bt2">Learn more</a>
</div>
<div class="front3 flipped content-back">
<h3>Kernels</h3>
<p id="block3">Kernels are processes that run interactive code in a particular programming language and return output to the user. Kernels also respond to tab completion and introspection requests.</p>
<a class="arc-button bt2">Go back</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>