LoginSignup
35
29

More than 5 years have passed since last update.

jupyter の nbextension, nbextensions_configurator の導入コマンド

Last updated at Posted at 2016-08-30

nbextensions , nbextensions_configurator のインストール

こいつをインストールします。
https://github.com/ipython-contrib/jupyter_contrib_nbextensions

まず、nbextensions_configurator (ブラウザ上の jupyter で nbextensionの切り替え等ができる)のインストール

$ pip install jupyter_nbextensions_configurator
$ jupyter nbextensions_configurator enable --user

nbextensionがいっぱい入ったパックをインストール

$ pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
$ jupyter contrib nbextension install --user

おわり!

nbextension すごい便利ですね!

35
29
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
35
29