forked from jupyter/jupyter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
94 lines (93 loc) · 4.51 KB
/
community.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
---
layout: default
title: Community
navbar_gray: true
---
<section>
<div class="header">
<div class="container">
<h1>Community Resources</h1>
<p>There are a number of resources available for people interested in using and contributing to Project Jupyter.</p>
</div>
</div>
</section>
<section>
<div class="about-block community">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/github.svg" class="com-image" alt="github icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter on <br id="github-break">GitHub</h2>
<p>GitHub is our primary place to report issues with Jupyter.</p>
</div>
<div class="col-md-2 community-button">
<a href="https://github.com/jupyter/help">VIEW</a>
</div>
</div>
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/documentation.svg" class="com-image" alt="documentation icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter Documentation</h2>
<p>The Jupyter documentation is hosted on readthedocs.org.</p>
</div>
<div class="col-md-2 community-button">
<a href="http://jupyter.readthedocs.org/en/latest/index.html">VIEW</a>
</div>
</div>
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/mail-list.svg" class="com-image" alt="mailing list icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter General Mailing List</h2>
<p>A Google Group for general Jupyter discussions of Jupyter's use.</p>
</div>
<div class="col-md-2 community-button">
<a href="https://groups.google.com/forum/#!forum/jupyter">VIEW</a>
</div>
</div>
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/mail-education.svg" class="com-image" alt="education mailing list icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter in Education Mailing List</h2>
<p>A Google Group for general Jupyter discussions of Jupyter's use in education.</p>
</div>
<div class="col-md-2 community-button">
<a href="https://groups.google.com/forum/#!forum/jupyter-education">VIEW</a>
</div>
</div>
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/gitter.svg" class="com-image" alt="gitter icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter Developer Chatroom</h2>
<p>A place for contributors to ask and receive brief Jupyter development questions.</p>
</div>
<div class="col-md-2 community-button">
<a href="https://gitter.im/jupyter/jupyter">VIEW</a>
</div>
</div>
<div class="col-sm-6 col-md-12 community-section">
<div class="col-md-2">
<img src="assets/stack-overflow.svg" class="com-image" alt="stack overflow icon">
</div>
<div class="col-md-8 community-text">
<h2>Jupyter on Stack Overflow</h2>
<p>A third party question and answer site for programmers to share information about Jupyter.</p>
</div>
<div class="col-md-2 community-button">
<a href="http://stackoverflow.com/questions/tagged/jupyter">VIEW</a>
</div>
</div>
</div>
</div>
</div>
</section>