Skip to content

Commit 6e0cf97

Browse files
committed
add more
1 parent 46c7f81 commit 6e0cf97

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

notebooks/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,29 @@ jupyter lab
3030

3131
A browser should open up:
3232

33-
![jupyter_launch](images/jupyter_launch.png)
33+
<img src="images/jupyter_launch.png" alt="Launch Jupyter" width="300"/>
3434

3535
Choose Python 3 (ipykernal)
3636

3737
5. Choose one of the .ipynb files
3838

3939
## Using Jupyter
4040

41+
Code blocks can be run with "Shift + Enter".
42+
43+
You can pick a spot in the notebook and run all
44+
the code up until that point. To do that, place your
45+
cursor in the place you want the code to run to. Go
46+
to the Run menu and choose "Run all above selected cell".
47+
48+
<img src="images/run_to.png" alt="Run to a code block" width="300"/>
49+
50+
Text notes can be added by adding a cell and choosing "Markdown":
51+
52+
53+
You could just use some HTML in your Markdown:
54+
55+
<img src="images/take_notes.png" alt="Take notes" width="200"/>
56+
4157

4258

notebooks/images/run_to.png

134 KB
Loading

notebooks/images/take_notes.png

71.5 KB
Loading

0 commit comments

Comments
 (0)