-
Notifications
You must be signed in to change notification settings - Fork 179
/
about.html
846 lines (789 loc) · 28 KB
/
about.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
---
layout: default
title: "About Us"
tagline: Project Jupyter’s origins and governance
permalink: /about
intro:
- Project Jupyter is a non-profit, open-source project, born out of the <a href="https://ipython.org">IPython Project</a> in 2014 as it evolved to support interactive data science and scientific computing across all programming languages. Jupyter will always be 100% open-source software, free for all to use and released under the liberal terms of the <a href="https://opensource.org/licenses/BSD-3-Clause">modified BSD license</a>.
- Jupyter is developed in the open on GitHub, through the consensus of the Jupyter community. For more information on our governance, please see our <a href="https://jupyter.org/governance/">governance documentation</a>.
- All online and in-person interactions and communications directly related to the project are covered by the <a href="https://jupyter.org/governance/conduct/code_of_conduct.html">Jupyter Code of Conduct</a>. This Code of Conduct sets expectations to enable a diverse community of users and contributors to participate in the project with respect and safety.
ec_copy: |
The <a href="https://jupyter.org/governance/executive_council.html">Executive Council</a> (EC) is ultimately responsible for all dimensions of the Project (including, but not limited to, software, legal, financial, community, operations, inclusion and diversity, etc.). The members of the EC actively work to carry out the Project’s mission in accordance with its values and to support operations through delegation to the Software Steering Council (SSC), Software Subprojects, Standing Committees, and Working Groups. These other bodies will report to the EC, and the EC is expected to support, oversee, manage, and ensure the success of operations across Jupyter.
ssc_copy: |
The Jupyter <a href="https://jupyter.org/governance/software_steering_council.html">Software Steering Council</a> (SSC) has jurisdiction over software-related decisions across Project Jupyter, with a primary focus on coordination across projects and decisions that have impact across many Jupyter Subprojects. It is also a mechanism for representatives of each project to share information and expertise. Technical decisions and processes where the SSC isn’t explicitly involved are automatically delegated to the individual projects to manage their day-to-day activities, create new repositories in their orgs, etc., with independence and autonomy.
contributors_copy: |
Project Jupyter <a href="https://jupyter.org/governance/distinguished_contributors.html">Distinguished Contributors</a> are a group of Jupyter community members that have gone above-and-beyond in their support of the project over the years, making substantial and sustained contributions in any area of activity (software development, governance, community engagement, events, etc.). The Jupyter community confers membership in this group as a way of recognizing their effort and saying "thank you."
# All bio photos should go in assets/bios cut at 160x160px
distinguished_2023:
- name: Nicolas Brichet
photo: Nicolas_Brichet.png
twitter_handle: NicolasBrichet_
gh_handle: brichet
linkedin: https://www.linkedin.com/in/nicolas-brichet-a26369150/
- name: Piyush Jain
photo: Piyush_Jain.png
gh_handle: 3coins
linkedin: https://www.linkedin.com/in/piyush-jain-4883bb4/
- name: Duc Trung Le
photo: Duc_Trung_Le.png
twitter_handle: trung_leduc
gh_handle: trungleduc
linkedin: https://www.linkedin.com/in/ductrung-le/
- name: Jason Weill
photo: Jason_Weill.png
twitter_handle: J2XL
gh_handle: JasonWeill
linkedin: https://www.linkedin.com/in/jweill/
distinguished_2022:
- name: Tania Allard
photo: Tania_Allard.jpg
twitter_handle: ixek
gh_handle: trallard
linkedin: https://www.linkedin.com/in/taniaallard/
personal: http://trallard.dev/
- name: Carlos Herrero
photo: Carlos_Herrero.jpg
twitter_handle: hbcarlos_
gh_handle: hbcarlos
linkedin: https://www.linkedin.com/in/hbcarlos
- name: Itay Dafna
photo: ItayDafna.jpg
twitter_handle: Itayd
gh_handle: ibdafna
linkedin: https://www.linkedin.com/in/itaydafna/
personal: https://polyglot.codes/
- name: Eric Charles
photo: EricCharles.png
twitter_handle: echarles
gh_handle: echarles
linkedin: https://www.linkedin.com/in/ericcharles1/
- name: Max C Klein
photo: Max_Klein.jpg
linkedin: https://www.linkedin.com/in/max-klein-b514419/
gh_handle: telamonian
- name: Ryan Lovett
photo: Ryan_Lovett.jpg
linkedin: https://www.linkedin.com/in/ryan-lovett-06b15010/
gh_handle: ryanlovett
- name: Sharan Foga
photo: Sharan_Foga.jpg
linkedin: https://www.linkedin.com/in/sfoga/
gh_handle: sharanf
- name: Rollin Thomas
photo: Rollin_Thomas.jpg
linkedin: https://www.linkedin.com/in/rollin-thomas-507185b5/
personal: https://www.nersc.gov/about/nersc-staff/programming-environments-and-models/rollin-thomas/
gh_handle: rcthomas
twitter_handle: r_c_thomas
- name: Ayaz Salikhov
photo: Ayaz_Salikhov.jpg
linkedin: https://www.linkedin.com/in/mathbunnyru/
gh_handle: mathbunnyru
distinguished_2021:
- name: Mehmet Bektas
photo: Mehmet_Bektas.jpg
twitter_handle: mbektash
gh_handle: mbektas
linkedin: https://www.linkedin.com/in/mehmet-bektas/
- name: David Brochart
photo: David_Brochart.jpg
twitter_handle: davidbrochart
gh_handle: davidbrochart
linkedin: https://www.linkedin.com/in/david-brochart-4208721/
- name: S. Chris Colbert
photo: Chris_Colbert.jpg
gh_handle: sccolbert
- name: Frédéric Collonval
photo: Frederic_Collonval.jpg
gh_handle: fcollonval
linkedin: https://www.linkedin.com/in/frederic-collonval-41147955/
- name: Martha Cryan
photo: Martha_Cryan.jpg
gh_handle: marthacryan
- name: Wayne Decatur
photo: Wayne_Decatur.jpg
twitter_handle: Fomightez
gh_handle: fomightez
- name: Sarah Gibson
photo: Sarah_Gibson.jpg
twitter_handle: drsarahlgibson
gh_handle: sgibson91
linkedin: https://www.linkedin.com/in/drsarahlgibson/
personal: https://sgibson91.github.io/
- name: Mariana Meireles
photo: Mariana_Meireles.jpg
twitter_handle: mari_meir
gh_handle: marimeireles
linkedin: https://www.linkedin.com/in/mariana-meireles/
- name: Isabela Presedo-Floyd
photo: Isabela_Presedo-Floyd.jpg
gh_handle: isabela-pf
twitter_handle: isabelapf2
linkedin: https://www.linkedin.com/in/isabela-presedo-floyd-32b99a160/
- name: Nicolas Thiéry
photo: Nicolas_Thiery.jpg
gh_handle: nthiery
distinguished_2020:
- name: Maarten Breddels
photo: Maarten_Breddels.jpg
twitter_handle: maartenbreddels
gh_handle: maartenbreddels
linkedin: https://www.linkedin.com/in/maartenbreddels/
personal: https://www.maartenbreddels.com/
- name: Jessica Zosa Forde
photo: Jessica_Forde.jpg
twitter_handle: in4dmatics
personal: https://jzf2101.github.io
gh_handle: jzf2101
- name: Tim George
photo: Tim_George.jpg
gh_handle: tgeorgeux
linkedin: https://linkedin.com/in/tgeorgeux
- name: Tony Hirst
photo: Tony_Hirst.png
twitter_handle: psychemedia
gh_handle: psychemedia
personal: http://ouseful.info
- name: Michał Krassowski
photo: Michal_Krassowski.jpg
twitter_handle: krassowski_m
gh_handle: krassowski
linkedin: https://www.linkedin.com/in/michal-krassowski/
- name: Simon Li
photo: Simon_Li.jpg
gh_handle: manics
linkedin: https://www.linkedin.com/in/1simon
- name: Johan Mabille
photo: Johan_Mabille.jpg
twitter_handle: JohanMabille
gh_handle: JohanMabille
- name: Martin Renou
photo: Martin_Renou.jpg
linkedin: https://www.linkedin.com/in/martin-renou
gh_handle: martinRenou
twitter_handle: martinRenou
- name: Jeremy Tuloup
photo: Jeremy_Tuloup.png
gh_handle: jtpio
twitter_handle: jtpio
linkedin: https://linkedin.com/in/jtuloup
personal: https://jtp.io
distinguished_special_election:
- name: Safia Abdalla
photo: Safia_Abdalla.jpg
personal: https://safia.rocks
- name: Lorena A. Barba
photo: Lorena_Barba.jpg
gh_handle: labarba
linkedin: https://linkedin.com/in/lorenabarba/
twitter_handle: LorenaABarba
- name: Kevin Bates
photo: Kevin_Bates.jpg
gh_handle: kevin-bates
- name: Douglas Blank
photo: Douglas_Blank.png
gh_handle: dsblank
linkedin: https://linkedin.com/in/douglasblank/
twitter_handle: DougBlank
- name: Nicholas Bollweg
photo: Nicholas_Bollweg.png
gh_handle: bollwyvl
- name: Georgiana Dolocan
photo: Georgiana_Dolocan.jpg
gh_handle: GeorgianaElena
twitter_handle: GeorgianaElenaD
- name: Tony Fast
photo: Tony_Fast.jpg
gh_handle: tonyfast
twitter_handle: docfast
- name: Vidar T. Fauske
photo: Vidar_Fauske.jpg
gh_handle: vidartf
linkedin: https://linkedin.com/in/vidar-fauske-9bb61812/
- name: Tim Head
photo: Tim_Head.png
gh_handle: betatim
twitter_handle: betatim
personal: https://betatim.github.io/
- name: Lindsey Heagy
photo: Lindsey_Heagy.jpg
gh_handle: lheagy
twitter_handle: lindsey_jh
personal: https://lindseyjh.ca/
- name: Chris Holdgraf
photo: Chris_Holdgraf.png
gh_handle: choldgraf
twitter_handle: choldgraf
personal: http://chrisholdgraf.com
- name: Grant Nestor
photo: Grant_Nestor.jpg
gh_handle: gnestor
linkedin: https://linkedin.com/in/grantnestor/
twitter_handle: senornestor
- name: Cameron Oelsen
photo: Cameron_Oelsen.png
personal: https://www.cameronoelsen.com/
linkedin: https://linkedin.com/in/cameronoelsen
gh_handle: CameronOelsen
- name: Yuvi Panda
photo: Yuvi_Panda.jpg
personal: https://words.yuvi.in/
- name: Luciano Resende
photo: Luciano_Resende.jpg
linkedin: https://linkedin.com/in/lresende/
twitter_handle: lresende1975
- name: Ian Rose
photo: Ian_Rose.jpg
gh_handle: ian-r-rose
twitter_handle: IanRRose
personal: https://ian-r-rose.github.io/
- name: Zach Sailer
photo: Zach_Sailer.jpg
gh_handle: Zsailer
affiliation: Apple
linkedin: https://linkedin.com/in/zach-sailer-8a1472151/
twitter_handle: zrsailer
- name: Matthew Seal
photo: Matthew_Seal.jpg
gh_handle: MSeal
linkedin: https://linkedin.com/in/matthew-seal-70a07932/
twitter_handle: codeseal
- name: Saul Shanabrook
photo: Saul_Shanabrook.jpg
gh_handle: saulshanabrook
- name: Erik Sundell
photo: Erik_Sundell.jpg
gh_handle: consideRatio
linkedin: https://linkedin.com/in/erik-sundell/
twitter_handle: e_Sundell
distinguished_inaugural:
- name: Damian Avila
photo: Damian_Avila.jpeg
affiliation: UMSI & 2i2c
gh_handle: damianavila
- name: Matthias Bussonnier
photo: Matthias_Bussonnier.png
affiliation: Quansight
gh_handle: Carreau
- name: Sylvain Corlay
photo: SylvainCorlay.png
affiliation: QuantStack
gh_handle: SylvainCorlay
- name: Afshin Darian
photo: AfshinDarian.jpeg
affiliation: QuantStack
gh_handle: afshin
- name: Jonathan Frederic
photo: JonathanFrederic.jpeg
gh_handle: jdfreder
- name: Brian Granger
photo: BrianGranger.jpeg
affiliation: Amazon Web Services
gh_handle: ellisonbg
- name: Jason Grout
photo: JasonGrout.jpeg
affiliation: Databricks
gh_handle: jasongrout
personal: https://jasongrout.org/
- name: Jessica Hamrick
photo: JessicaHamrick.jpeg
affiliation: DeepMind
gh_handle: jhamrick
- name: Paul Ivanov
photo: PaulIvanov.jpeg
gh_handle: ivanov
- name: Thomas Kluyver
photo: ThomasKluyver.jpeg
affiliation: University of Southampton
gh_handle: takluyver
- name: Kyle Kelley
photo: KyleKelley.jpeg
affiliation: Noteable
gh_handle: rgbkrk
- name: M Pacer
photo: MPacer.jpeg
affiliation: Netflix
gh_handle: mpacer
- name: Peter Parente
photo: PeterParente.jpeg
affiliation: Thorn
gh_handle: parente
- name: Fernando Pérez
photo: FernandoPerez.jpeg
affiliation: UC Berkeley
gh_handle: fperez
- name: Min Ragan-Kelley
photo: MinRaganKelley.jpeg
affiliation: Simula Research Lab
gh_handle: minrk
- name: Ana Ruvalcaba
photo: Ana_Ruvalcaba.jpg
affiliation: Cal Poly, San Luis Obispo
gh_handle: ruv7
- name: Steven Silvester
photo: StevenSilvester.jpeg
affiliation: MongoDB
gh_handle: blink1073
- name: Carol Willing
photo: CarolWilling.jpeg
affiliation: Noteable
gh_handle: willingc
executive_council:
- name: Afshin Darian
photo: AfshinDarian.jpeg
affiliation: QuantStack
gh_handle: afshin
- name: Brian Granger
photo: BrianGranger.jpeg
affiliation: Amazon Web Services
gh_handle: ellisonbg
- name: Jason Grout
photo: JasonGrout.jpeg
affiliation: Databricks
gh_handle: jasongrout
personal: https://jasongrout.org/
- name: Fernando Pérez
photo: FernandoPerez.jpeg
affiliation: UC Berkeley
gh_handle: fperez
- name: Ana Ruvalcaba
photo: Ana_Ruvalcaba.jpg
affiliation: Cal Poly, San Luis Obispo
gh_handle: ruv7
- name: Zach Sailer
photo: Zach_Sailer.jpg
gh_handle: Zsailer
affiliation: Apple
linkedin: https://linkedin.com/in/zach-sailer-8a1472151/
software_steering_council:
- name: Sylvain Corlay
photo: SylvainCorlay.png
affiliation: QuantStack
gh_handle: sylvaincorlay
linkedin: https://www.linkedin.com/in/sylvaincorlay/
twitter_handle: SylvainCorlay
subproject: Jupyter Widgets
- name: Martha Cryan
photo: Martha_Cryan.jpg
affiliation: Plotly
gh_handle: marthacryan
linkedin: https://www.linkedin.com/in/marthacryan/
subproject: DEI Working Group
- name: Vidar T. Fauske
photo: Vidar_Fauske.jpg
affiliation: J.P. Morgan Chase
gh_handle: vidartf
linkedin: https://linkedin.com/in/vidar-fauske-9bb61812/
subproject: Jupyter Server
- name: Paul Ivanov
photo: PaulIvanov.jpeg
gh_handle: ivanov
subproject: Jupyter Foundations and Standards
- name: Johan Mabille
photo: Johan_Mabille.jpg
affiliation: QuantStack
twitter_handle: JohanMabille
linkedin: https://www.linkedin.com/in/johan-mabille
gh_handle: JohanMabille
subproject: Jupyter Kernels
- name: Gabriel Fouasnon
photo: Gabriel_Fouasnon.jpg
affiliation: Quansight Labs
gh_handle: gabalafou
linkedin: https://www.linkedin.com/in/gabriel-fouasnon
mastodon: https://tech.lgbt/@gabalafou
subproject: Jupyter Accessibility
- name: Martin Renou
photo: Martin_Renou.jpg
affiliation: QuantStack
gh_handle: martinRenou
linkedin: https://www.linkedin.com/in/martin-renou
twitter_handle: martinRenou
subproject: Voilà
- name: Min Ragan-Kelley
photo: MinRaganKelley.jpeg
affiliation: Simula Research Lab
gh_handle: minrk
subproject: JupyterHub and Binder
- name: Jeremy Tuloup
affiliation: QuantStack
photo: Jeremy_Tuloup.png
gh_handle: jtpio
twitter_handle: jtpio
linkedin: https://linkedin.com/in/jtuloup
personal: https://jtp.io
subproject: Jupyter Frontends
- name: Rick Wagner
photo: RickWagner.png
affiliation: UC San Diego
linkedin: https://www.linkedin.com/in/rpwagner
gh_handle: rpwagner
subproject: Jupyter Security
trademark_subcomittee:
- name: Brian Granger
photo: BrianGranger.jpeg
affiliation: Amazon Web Services
gh_handle: ellisonbg
- name: Jason Grout
photo: JasonGrout.jpeg
affiliation: Databricks
gh_handle: jasongrout
personal: https://jasongrout.org/
- name: Tim George
photo: TimGeorge.jpeg
affiliation: Cal Poly
gh_handle: tgeorgeux
- name: Paul Ivanov
photo: PaulIvanov.jpeg
gh_handle: ivanov
- name: Min Ragan-Kelley
photo: MinRaganKelley.jpeg
affiliation: Simula Research Lab
gh_handle: minrk
- name: William Stein
photo: WilliamStein.png
affiliation: SageMath
gh_handle: williamstein
community_building:
- name: Martha Cryan
photo: Martha_Cryan.jpg
gh_handle: marthacryan
affiliation: Plotly
- name: Jason Grout
photo: JasonGrout.jpeg
affiliation: Databricks
gh_handle: jasongrout
personal: https://jasongrout.org/
- name: Ana Ruvalcaba
photo: Ana_Ruvalcaba.jpg
affiliation: Cal Poly, San Luis Obispo
gh_handle: ruv7
sponsor_box:
headline: Sponsors
description: 'Project Jupyter receives direct funding from the following sources:'
# All sponsor and partner SVGs should be 300x60 pixels
# And entries ordered according to A-Z,1-9
sponsors:
- url: https://aws.amazon.com/
src: aws.svg
alt: Amazon Web Services - Home Page
- url: https://www.bloomberg.com/
src: bloomberg-color.svg
alt: Bloomberg - Home Page
- url: https://opendreamkit.org/
src: EC-H2020.svg
alt: Horizon 2020 European Union funding for Research and Innovation logo - OpenDreamkit funded project - Home Page
- url: https://www.fastly.com/
src: fastly.svg
alt: Fastly - Home Page
- url: https://www.google.com/
src: google-color.svg
alt: Google - Home Page
- url: https://helmsleytrust.org
src: helmsley.svg
alt: The Leona M. and Harry B. Helmsley charitable trust - Home Page
- url: https://www.microsoft.com/
src: microsoft-color.svg
alt: Microsoft - Home Page
- url: https://www.moore.org/
src: moore.svg
alt: Gordon and Betty Moore foundation - Home Page
- url: https://www.quansight.com/
src: quansight.svg
alt: Quansight - Home Page
- url: https://quantstack.net/
src: quantstack-color.svg
alt: QuantStack - Home Page
- url: https://developer.rackspace.com/
src: rackspace-color.svg
alt: Rackspace technology - Developer solutions documentation Page
- url: https://schmidtfutures.com/
src: schmidt.svg
alt: Schmidt futures - Home Page
- url: https://sloan.org/
src: alfred.svg
alt: Alfred P. Sloan foundation - Home Page
partner_box:
headline: Institutional Partners
description: 'Institutional Partners are organizations that support the project by employing Jupyter Steering Council members. Current partners include:'
partners:
- url: https://apple.com/
src: apple.svg
alt: Apple Inc - Home Page
- url: https://aws.amazon.com/
src: aws.svg
alt: Amazon Web Services - Home Page
- url: https://www.berkeley.edu/
src: berkeley-color.svg
alt: University of California Berkeley - Home Page
- url: https://www.bloomberg.com/
src: bloomberg-color.svg
alt: Bloomberg - Home Page
- url: https://www.calpoly.edu/
src: poly-color.svg
alt: CalPoly - Home Page
- url: https://databricks.com/
src: databricks.svg
alt: Databricks - Home Page
- url: https://www.si.umich.edu/
src: michigan.svg
alt: University of Michigan School of Information - Home Page
- url: https://www.mongodb.com/
src: mongodb.svg
alt: MongoDB - Home Page
- url: https://netflixtechblog.com/
src: netflix-color.svg
alt: Netflix Tech Blog - Home Page
- url: https://www.quansight.com/
src: quansight.svg
alt: Quansight - Home Page
- url: https://quantstack.net/
src: quantstack-color.svg
alt: QuantStack - Home Page
- url: https://www.simula.no/
src: simula.svg
alt: Simula - Home Page
- url: https://2i2c.org/
src: 2i2c.svg
alt: 2i2c.org Home Page
donate_box:
headline: Donate
description:
- Jupyter will always be 100% open source software, free for all to use and released under the liberal terms of the <a href="https://opensource.org/licenses/BSD-3-Clause">modified BSD license</a>. If you have found Project Jupyter to be useful in your work, research, or company, please consider making a donation to the project commensurate with your resources.
- Donations after fees will be used to fund Project Jupyter's open source software, standards, documentation, and community. Our donations are managed by <a href="https://lf-charities.org/">LF Charities</a>, which hosts Project Jupyter. LF Charities is tax exempt under Section 501(c)(3) of the Internal Revenue Code of the United States; if you are an individual subject to US tax law, your contributions are generally tax-deductible (but please consult your tax advisor).
- Alternatively, corporations and other organizations may join the <a href="https://jupyterfoundation.org">Jupyter Foundation</a>, under the <a href="https://www.linuxfoundation.org/">Linux Foundation</a>, to support Project Jupyter and its mission. The Linux Foundation is a 501(c)(6) non-profit.
---
{% include page-header.html
title=page.title
tagline=page.tagline
%}
<article class="container">
<!-- INTRO -->
<div class="content content--copy">
{% for graf in page.intro %}
<p>{{ graf }}</p>
{% endfor %}
</div>
{% include hr.html %}
<!-- Executive Council -->
<div class="content content--copy">
<h2 class="text-center"><a href="https://jupyter.org/governance/executive_council.html">Executive Council Members</a></h2>
<p>{{ page.ec_copy }}</p>
</div>
<div class="content content--wide">
<div class="biocard-wrapper">
{% for bio in page.executive_council %}
{% include biocard.html
name=bio.name
photo=bio.photo
affiliation=bio.affiliation
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
{% include hr.html %}
<!-- Software Steering Council -->
<div class="content content--copy">
<h2 class="text-center"><a href="https://jupyter.org/governance/software_steering_council.html">Software Steering Council Members</a></h2>
<p>{{ page.ssc_copy }}</p>
</div>
<div class="content content--wide">
<div class="biocard-wrapper">
{% for bio in page.software_steering_council %}
{% include biocard.html
name=bio.name
photo=bio.photo
affiliation=bio.affiliation
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
subproject=bio.subproject
%}
{% endfor %}
</div>
</div>
{% include hr.html %}
<!-- DISTINGUISHED CONTRIBUTORS -->
<div class="content content--copy">
<h2 class="text-center"><a href="https://jupyter.org/governance/distinguished_contributors.html">Distinguished Contributors</a></h2>
<p>{{ page.contributors_copy }}</p>
</div>
<div class="content content--wide">
<h3>2023 Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_2023 %}
{% include biocard.html
name=bio.name
photo=bio.photo
loading='eager'
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
<div class="content content--wide">
<h3>2022 Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_2022 %}
{% include biocard.html
name=bio.name
photo=bio.photo
loading='eager'
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
<div class="content content--wide">
<h3>2021 Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_2021 %}
{% include biocard.html
name=bio.name
photo=bio.photo
loading='eager'
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
<h3>2020 Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_2020 %}
{% include biocard.html
name=bio.name
photo=bio.photo
loading='eager'
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
<h3>Special Election Cohort</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_special_election %}
{% include biocard.html
name=bio.name
photo=bio.photo
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
<h3>Inaugural Cohort (Former Steering Council Members)</h3>
<div class="biocard-wrapper">
{% for bio in page.distinguished_inaugural %}
{% include biocard.html
name=bio.name
photo=bio.photo
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
{% include hr.html %}
<!-- COMMUNITY COMMITTEE MEMBERS -->
<div class="content content--copy">
<h2 class="text-center"><a href="https://jupyter.org/governance/communitybuildingworkinggroup.html">Community Building Working Group Members</a></h2>
</div>
<div class="content content--wide">
<div class="biocard-wrapper">
{% for bio in page.community_building %}
{% include biocard.html
name=bio.name
photo=bio.photo
affiliation=bio.affiliation
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
{% include hr.html %}
<!-- TRADEMARK MEMBERS -->
<div class="content content--copy">
<h2 class="text-center">Trademark Subcommittee Members</h2>
</div>
<div class="content content--wide">
<div class="biocard-wrapper">
{% for bio in page.trademark_subcomittee %}
{% include biocard.html
name=bio.name
photo=bio.photo
affiliation=bio.affiliation
personal=bio.personal
gh_handle=bio.gh_handle
linkedin=bio.linkedin
twitter_handle=bio.twitter_handle
mastodon=bio.mastodon
%}
{% endfor %}
</div>
</div>
<!-- SPONSORS BOX -->
<div class="about-box section-grey content content--wide">
<h2 class="text-center">{{ page.sponsor_box.headline }}</h2>
<p class="content content--copy text-center">
{{ page.sponsor_box.description }}
</p>
<ul class="logogrid">
{% for obj in page.sponsors %}
<li>
<a href="{{ obj.url }}">
<img src="/assets/logos/{{ obj.src }}"
width=300
height=90
loading="lazy"
alt="{{ obj.alt }}" />
</a>
</li>
{% endfor %}
</ul>
</div>
<!-- DONATE BOX -->
<div class="about-box section-grey content content--wide">
<h2 class="text-center">{{ page.donate_box.headline }}</h2>
{% for graf in page.donate_box.description %}
<p class="content content--copy">
{{ graf }}
</p>
{% endfor %}
<div class="orange-button">
<a href="https://donate.stripe.com/cN23fi1DpcJE66A6oo" target="noopener noreferrer">
Support Project Jupyter
</a>
</div>
</div>
<!-- The globe icon is originally from https://github.com/twitter/twemoji/blob/ad3d3d669bb3697946577247ebb15818f09c6c91/assets/svg/1f310.svg, licensed CC-by-4.0 -->
</article>