Cheatsheet
Jupyter set up
-
Installation
brew install jupyterlab
This will provide the
jupyter
cli.
Convert Jupyter Notebook to Python script
jupyter nbconvert --to script "$notebook.ipynb"
Python
Issues
-
Bokeh plots note able to load
-
Trusting notebooks
Depending on the version of the Notebook in use, it may be necessary to “trust” the notebook in order for Bokeh plots to re-render when the notebook is closed and subsequently re-opened. The “Trust Notebook” option is typically located under the “File” menu.
-