python memo

jupyter note book

 

Automatically prompt

1  # installation 
2  open Anaconda Prompt window executed first command, for mounting nbextensions:
 . 3  PIP jupyter_contrib_nbextensions the install
 . 4 and then execute a second command, for mounting JavaScript and CSS Files
 . 5 jupyter contrib nbextension the install - User
 . 6  executed last for mounting Configurator
 . 7  PIP jupyter_nbextensions_configurator the install
 . 8  
. 9  # unloading 
10  PIP uninstall jupyter_contrib_nbextensions
 . 11 PIP uninstall jupyter_nbextensions_configurator

 

Guess you like

Origin www.cnblogs.com/kingboy100/p/10988725.html