back to the source - 原点回帰😎

自然言語処理 初心者

jupyter-notebook をより便利に

github.com

% pip install yaml
% git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions
% cd ipython-contrib
% python setup.py install

インストール完了だ

% jupyter-notebook

http://localhost:8000/nbextensions/ あれ… 404 だ

少し調べる..

github.com こっちを入れましょう♪

% pip install jupyter_nbextensions_configurator
% jupyter --version
4.3.0
% jupyter nbextensions_configurator enable --user

jupyter-notebookを起動して
http://localhost:8888/tree#nbextensions_configurator を入力すると設定できるようになる.

The command accepts the same flags as the jupyter serverextension command provided by notebook versions >= 4.2, including –system to enable in system-wide config (the default), or –sys-prefix to enable in config files inside python’s sys.prefix, such as for a virtual environment. The provided jupyter nbextensions_configurator command can also be used to disable.

だそうです.

ともあれ, これでjupyter-notebookがより便利になります😆