Skip to content

Instantly share code, notes, and snippets.

@ozkansen
Last active January 11, 2020 07:16
Show Gist options
  • Save ozkansen/0588570d62796c5ad6f3838c63daaebd to your computer and use it in GitHub Desktop.
Save ozkansen/0588570d62796c5ad6f3838c63daaebd to your computer and use it in GitHub Desktop.
Jupyter Install Notes
pip install jupyter jupyter-contrib-nbextensions jupyter_nbextensions_configurator --user && \
jupyter contrib nbextension install --user && \
jupyter nbextensions_configurator enable --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment