Skip to content
Snippets Groups Projects
Unverified Commit 52f27203 authored by Gabriele Arnulfo's avatar Gabriele Arnulfo Committed by GitHub
Browse files

Update create.md (#1485)

parent 3f956bf0
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ For more information about MyST markdown and all the things you can do with it, ...@@ -76,7 +76,7 @@ For more information about MyST markdown and all the things you can do with it,
### Jupyter Notebooks (`.ipynb`) ### Jupyter Notebooks (`.ipynb`)
The other type of content we'll note is a **Jupyter Notebook**, ending in `.ipynb`. The other type of content we'll note is a **Jupyter Notebook**, ending in `.ipynb`.
Jupyter Notebooks have a combination of computational content and narrative conent. Jupyter Notebooks have a combination of computational content and narrative content.
Each notebook is associated with a **kernel** (aka, Python, R, Julia, etc) that defines the language used to execute the notebook's computational content. Each notebook is associated with a **kernel** (aka, Python, R, Julia, etc) that defines the language used to execute the notebook's computational content.
By default, when Jupyter Book builds your book, **notebooks will be executed and their outputs cached**. On subsequent builds, notebook pages will be re-executed only if their code has changed. By default, when Jupyter Book builds your book, **notebooks will be executed and their outputs cached**. On subsequent builds, notebook pages will be re-executed only if their code has changed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment