Jupyter notebook 101
Takeaways
- Run each cell from top to bottom using SHFIT + ENTER
- Run one cell at a time. Make sure the cell is done processing before executing the next cell.
- top right closed circle means the notebook is running
- or background of cell is green
- You may encounter widgets inside the notebook. Make sure you interact with the widgets but do not run the cell again!
- You will also have the option to select files or folders using an embedded file selector. Here how it works
- to move up one folder, click the dot (..) and click Enter directory
- once you reacht the right folder or files, click the Select button
- if you have the option to select several files, left click all the files, or CTRL Click each individual file.