Show Menu
Cheatography

Jupyter Cheat Sheet (DRAFT) by

Jupyter notebooks

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Notebook

Launch Notebook in brower
jupyter notebook

NB Extensions

conda install jupyte­r_c­ont­rib­_nb­ext­ensions jupyte­r_n­bex­ten­sio­ns_­con­fig­urator nbpresent nb_conda nb_con­da_­kernels nb_ana­con­dacloud
 

Common Problems

'Failed to launch GPU process' when launching jupyter notebook in chrome browser
In the same terminal and before invoking "­jupyter notebook":
export BROWSE­R=g­oog­le-­chrome
No Conda or Extensions tab in browers
Run in terminal:
jupyter contrib nbexte­nsion install --user
If the error message warns on the lack of pytest package, install it and rerun the config­uration command:
conda install -c conda-­forge pytest
jupyter contrib nbexte­nsion install --user