Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"What is Jupyter" explainer document #728

Merged
merged 52 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
a4a5b37
Added draft document based on chbrandt's "What is Jupyter".
ericsnekbytes Apr 23, 2024
0ac381f
Added missing content.
ericsnekbytes Apr 23, 2024
4baa23e
Combine what-is-jupyter documents
chbrandt Apr 24, 2024
682bf53
Add references at the bottom of what-is-jupyter
chbrandt Apr 24, 2024
d0025de
Added WIP expansions to the top sections.
ericsnekbytes Apr 26, 2024
6fc0473
Added extra details, client/server.
ericsnekbytes Apr 26, 2024
e2588d6
Add and refactor content.
ericsnekbytes Apr 30, 2024
50621ba
Added and refactored Jupyter governance/proj info.
ericsnekbytes Apr 30, 2024
58eeda2
Finished first pass of merged "what is jupyter" doc.
ericsnekbytes May 16, 2024
cfdd41a
Reflow text.
ericsnekbytes May 16, 2024
93b99d5
Revisions/deduplication in notebook format section, reordering.
ericsnekbytes May 16, 2024
b93bcda
Further polishing and refinement, links and formatting.
ericsnekbytes May 21, 2024
e5170d9
Minor edits.
ericsnekbytes May 21, 2024
7db320d
List formatting.
ericsnekbytes May 21, 2024
a83604f
Intro feedback edits.
ericsnekbytes May 31, 2024
300b0ff
Editors section feedback.
ericsnekbytes May 31, 2024
aa923ae
Added links.
ericsnekbytes Jun 7, 2024
4814591
Added headline image.
ericsnekbytes Jun 11, 2024
ddfeb1c
Modify image directive.
ericsnekbytes Jun 11, 2024
3f3b552
Modify image.
ericsnekbytes Jun 11, 2024
c6b1852
Modify image, again.
ericsnekbytes Jun 11, 2024
c15e284
Move image.
ericsnekbytes Jun 11, 2024
10cc9dc
Switch to proper markdown image format.
ericsnekbytes Jun 11, 2024
73a030f
Modify image placement/caption.
ericsnekbytes Jun 11, 2024
1b5e2cf
Move image.
ericsnekbytes Jun 11, 2024
89b41e5
Added callout box from main page.
ericsnekbytes Jun 11, 2024
ff8bb33
Modify note box.
ericsnekbytes Jun 11, 2024
acc69fd
Modify note box.
ericsnekbytes Jun 11, 2024
b111511
Revise note.
ericsnekbytes Jun 11, 2024
0d182b8
Revise opening with links.
ericsnekbytes Jun 11, 2024
a40aaed
Modify caption.
ericsnekbytes Jun 11, 2024
2dbc2c0
Modify opening.
ericsnekbytes Jun 11, 2024
bca850b
Modify caption.
ericsnekbytes Jun 11, 2024
9e37c72
Revise image.
ericsnekbytes Jun 11, 2024
0b6bb41
Add links/minor revisions.
ericsnekbytes Jun 11, 2024
5b9be92
Formatting/minor revisions.
ericsnekbytes Jun 11, 2024
1eaf12f
Minor restructuring.
ericsnekbytes Jun 11, 2024
18464a6
Restructuring.
ericsnekbytes Jun 11, 2024
7f6cd65
Formatting/cleanup.
ericsnekbytes Jun 11, 2024
2d9bec7
Move info box.
ericsnekbytes Jun 11, 2024
3c3b64c
Add JupyterCAD image.
ericsnekbytes Jun 11, 2024
917e629
Modify image, note box.
ericsnekbytes Jun 11, 2024
0eca0c6
Minor revisions.
ericsnekbytes Jun 11, 2024
a39981c
Revise box.
ericsnekbytes Jun 11, 2024
1e20c8f
Fix links, minor revisions/formatting.
ericsnekbytes Jun 12, 2024
17c0545
Minor formatting.
ericsnekbytes Jun 12, 2024
c5b5982
Fix links.
ericsnekbytes Jun 13, 2024
8f8a908
Make NASA an acronym.
ericsnekbytes Jun 13, 2024
be1f923
Formatting.
ericsnekbytes Jun 13, 2024
8b8c214
Wording/formatting updates.
ericsnekbytes Jun 14, 2024
4e20da2
Revised images. Mermaid diagram converted to image, mermaid support T…
ericsnekbytes Jun 14, 2024
1e08817
Add discourse link.
ericsnekbytes Jun 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ for interactive computing with [computational notebooks](#what-is-a-notebook).

## What is a Notebook?

*Main article: [What is Jupyter?](what_is_jupyter)*

![jupyterlab.png](_static/_images/jupyterlab.png)

**Pictured:** *A computational notebook document, shown inside JupyterLab*
Expand Down