Skip to content

Instantly share code, notes, and snippets.

@maajdl
Created November 22, 2017 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maajdl/4143874fb1de2fc7ac0c91ef11f7ba70 to your computer and use it in GitHub Desktop.
Save maajdl/4143874fb1de2fc7ac0c91ef11f7ba70 to your computer and use it in GitHub Desktop.
cd %userprofile%\Anaconda3\Scripts
pip install jupyter_contrib_nbextensions
jupyter contrib nbextensions install --sys-prefix --skip-running-check
pause
@maajdl
Copy link
Author

maajdl commented Nov 22, 2017

That solved my difficulty to install jupyter_contrib_nbextensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment