Skip to content

Commit

Permalink
small improvements in the jupyter episode
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jan 5, 2025
1 parent 410b267 commit d5f7a8f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions content/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Collections, University of Oklahoma Libraries (CC-BY).

## Our first notebook

````{challenge} Exercise Jupyter-1: Create a notebook (15 min)
- Open a new notebook (on Windows: open Anaconda Navigator, then launch JupyterLab; on macOS/Linux: you can open JupyterLab from the terminal by typing `jupyter-lab`)
````{challenge} Exercise: Create a notebook (15 min)
- Open a new notebook (if you are unsure how, have a look at {doc}`installation`)
- Rename the notebook
- Create a **markdown cell** with a section title, a short text, an image, and an equation
```markdown
Expand Down Expand Up @@ -105,7 +105,13 @@ Collections, University of Oklahoma Libraries (CC-BY).
- Experimenting with new ideas, testing new libraries/databases
- As an *interactive* development environment for code, data analysis, and visualization
- Keeping track of interactive sessions, like a **digital lab notebook**
- **Supplementary information with published articles**
- **Supporting information with published articles**

Situations where notebooks are less of a good fit:
- Code takes long to run
- It is so long and complex that I need to test it
- When I need a command-line interface
- When I want to process many similar files and each takes few minutes


## Good practices
Expand Down

0 comments on commit d5f7a8f

Please sign in to comment.