Skip to content

Commit 7d3c62c

Browse files
committed
was run
1 parent 6e0cf97 commit 7d3c62c

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

notebooks/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,27 @@ Choose Python 3 (ipykernal)
3838

3939
## Using Jupyter
4040

41-
Code blocks can be run with "Shift + Enter".
41+
* Individual code blocks can be run with "Shift + Enter".
4242

43-
You can pick a spot in the notebook and run all
43+
* You can pick a spot in the notebook and run all
4444
the code up until that point. To do that, place your
4545
cursor in the place you want the code to run to. Go
4646
to the Run menu and choose "Run all above selected cell".
4747

4848
<img src="images/run_to.png" alt="Run to a code block" width="300"/>
4949

50-
Text notes can be added by adding a cell and choosing "Markdown":
50+
* Text notes can be added by adding a cell and choosing "Markdown":
5151

52+
<img src="images/take_notes.png" alt="Take notes" width="200"/>
5253

53-
You could just use some HTML in your Markdown:
54+
* Code cells that have been run will have a number in the [ ]:
55+
56+
<img src="images/was_run.png" alt="Take notes" width="300"/>
57+
58+
* Export the notebook to a Python script:
59+
60+
File -> Save and Export Notebook As -> Executable Script
5461

55-
<img src="images/take_notes.png" alt="Take notes" width="200"/>
5662

5763

5864

notebooks/images/was_run.png

92.9 KB
Loading

0 commit comments

Comments
 (0)