File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4444the code up until that point. To do that, place your
4545cursor in the place you want the code to run to. Go
4646to 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
You can’t perform that action at this time.
0 commit comments