File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,29 @@ jupyter lab
3030
3131A 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
3535Choose Python 3 (ipykernal)
3636
37375 . 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
You can’t perform that action at this time.
0 commit comments