Created
April 11, 2024 06:40
-
-
Save JyotinderSingh/fdff41cd755794567cac56ccf976a27c to your computer and use it in GitHub Desktop.
Jupyter Notebook Auto Complete: Install hinterland for conda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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