Skip to content

Instantly share code, notes, and snippets.

@JyotinderSingh
Created April 11, 2024 06:40
Show Gist options
  • Save JyotinderSingh/fdff41cd755794567cac56ccf976a27c to your computer and use it in GitHub Desktop.
Save JyotinderSingh/fdff41cd755794567cac56ccf976a27c to your computer and use it in GitHub Desktop.
Jupyter Notebook Auto Complete: Install hinterland for conda
conda activate <env_name>
conda install -c conda-forge jupyter_contrib_nbextensions
jupyter nbextensions_configurator enable --user
jupyter contrib nbextension install --user
jupyter nbextension enable hinterland/hinterland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment