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
- Jupyter Book is a system for creating reproducible, reusable and interactive documents
79
-
- Source is written in MyST Markdown (an extension of common mark) or Jupyter Notebook
80
-
- Typography features
81
-
- Lists
82
-
- Tables
83
-
- Figures
84
-
- Maths
85
-
- Tabs, dropdowns
86
-
- More …
87
-
- Interactive content
77
+
<section>
78
+
<imgclass="r-stretch" alt="The Jupyter Book logo, formed of text reading jupyter book where the word book is surrounded by braces." src="static/jb_logo.svg">
79
+
<blockquote> Create documents and knowledge bases that are reusable, reproducible, and interactive.</blockquote>
80
+
<ulclass="fragment custom blur">
81
+
<li>Features for beautiful typesetting, in many domains</li>
82
+
<li>Builds from MyST Markdown or Jupyter Notebooks</li>
83
+
</ul>
84
+
<asidedata-markdownclass="notes">
85
+
- Jupyter Book is a system for creating reproducible, reusable and interactive documents
86
+
- Many features
87
+
- Typography
88
+
- Structure
89
+
- Lists
90
+
- Tables
91
+
- Tabs, dropdowns
92
+
- Technical
93
+
- Maths
94
+
- Code
95
+
- Diagrams
96
+
- Media
97
+
- Figures
98
+
- Videos
99
+
- More …
100
+
- Source is written in MyST Markdown (an extension of common mark) or Jupyter Notebook
<liclass="fragment highlight-current-green" data-fragment-index="2"><code>code-cell</code> blocks in <b>Markdown</b></li>
110
+
<liclass="fragment highlight-current-green" data-fragment-index="3"><b>Inline statements</b> using <code>eval</code> in Markdown</li>
111
+
</ul>
112
+
</div>
113
+
<divclass="column" style="width: 50%">
114
+
<divclass="r-stack">
115
+
<imgclass="fragment current-visible" data-fragment-index="1" alt="Screenshot of a Jupyter Notebook session where one cell defines a function for the Fibonacci series" src="static/notebook.png">
0 commit comments