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 jupyter_contrib_nbextensions jupyter_nbextensions_configurator nbpresent nb_conda nb_conda_kernels nb_anacondacloud |
|
|
Common Problems
'Failed to launch GPU process' when launching jupyter notebook in chrome browser In the same terminal and before invoking "jupyter notebook": export BROWSER=google-chrome
|
No Conda or Extensions tab in browers Run in terminal: jupyter contrib nbextension install --user If the error message warns on the lack of pytest package, install it and rerun the configuration command: conda install -c conda-forge pytest jupyter contrib nbextension install --user
|
|