Jupyter notebook 入力補完

入力補完

Jupyter notebookは標準では入力補完はありませんが,設定すれば補完機能を使うことができます.

nbextensionsのインストール

shellで以下のコマンドを実行すると,nbxtensionsがインストールされます.

conda install -y -c conda-forge jupyter_contrib_nbextensions

nbxtensionsのインストール後,Jupyter notebookを起動するとnbxtensionsというタブが追加されています.

https://cdn-ak.f.st-hatena.com/images/fotolife/m/munemakun/20180704/20180704182401.png?1530696264

Hinterlandの有効化

nbxtensionsのHinterland にチェックを入れれば完了です.

https://cdn-ak.f.st-hatena.com/images/fotolife/m/munemakun/20180704/20180704183728.png?1530697056



munemakun.hatenablog.com