forked from jupyter/jupyter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
320 lines (307 loc) · 18.6 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
---
layout: default
title: Home
navbar_jupytercon: true
cfp: true
permalink: /
---
<style>
div#countdown {
display: block;
align-content: center;
text-align: center;
font-size: 36px;
color: white;
clear: both;
}
</style>
<section>
<div class="jumbotron con-jumbotron">
<div class="row">
<div class="col-md-12">
<div class="con-container img-responsive">
<div class="col-lg-8 con-content md-offset-2">
<div class="con-date">October 5-17th</div>
<img class="con-title img-responsive" srcset="assets/jupytercon-logo.png, assets/jupytercon-logo-white.png" />
<div class="con-program">
<p>5-9 October: Tutorials – 12-16 October: Conference – 17 October: Sprints</p>
</div>
<a class="orange-button con-button" href="https://jupytercon.com/" target="_blank">Learn more</a>
<div id="countdown"></div>
</div>
</div>
</div>
</div>
</div>
<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: Jupyter’s Next-Generation Notebook Interface</h3>
<h4 class="nb-desc">JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. JupyterLab is flexible: configure and arrange the user interface to support a wide range of workflows in data science, scientific computing, and machine learning. JupyterLab is extensible and modular: write plugins that add new components and integrate with existing ones.</h4>
<div class="button-container">
<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>
</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 class="button-container">
<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>
<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>Jupyter supports 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="voila">
<div class="section-white">
<div class="voila-preview">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="assets/voilapreview.png" id="portal" alt="examples of Voilà dashboards"/>
</div>
<div class="col-md-6 nb-highlight-text">
<h3>Communicate your results with Voilà.</h3>
<h4 class="nb-desc">
Voilà helps you communicate insights, by transforming a Jupyter Notebook into a stand-alone web application you can share. It gives you control over what your readers experience in a secure and customizable interactive dashboard.
</h4>
<div class="button-container">
<a class="orange-button install-button" href="install.html">Install Voilà</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="current-use">
<div class="section-grey">
<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>
<li class="col"><a href="https://quantstack.net"><img src="assets/quantstack.svg" class="greydout" alt="QuantStack"></a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="architecture">
<div class="section-white">
<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">
<div class="col-sm-6 col-md-4">
<div class="card">
<div class="arcfeature" id="arcfeature1">
<div class="front">
<img src="assets/notebook-format.svg" alt="icon to represent notebook format">
<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>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="card">
<div class="arcfeature" id="protocol">
<div class="front">
<img src="assets/protocol.svg" alt="icon to represent a protocol">
<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>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="card">
<div class="" id="kernel">
<div class="front">
<img src="assets/kernel.svg" alt="icon that looks like a terminal represents kernel">
<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>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Oct 9, 2020 00:00:00").getTime();
// Update the count down every 1 second
timer = function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="countdown"
document.getElementById("countdown").innerHTML = days + " Days " + hours + " Hours "
+ minutes + " Minutes"; // + seconds + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("countdown").innerHTML = "In Progress";
}
}
timer();
var x = setInterval(timer, 10*1000)
setTimeout(timer, 1000)
</script>