jupyter入れ直したらハマったのでメモ
installしようとしたらPermission denied
[Errno 13] Permission denied: '/usr/local/share/jupyter'
というエラー。
pipenv install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user
というように --user をつけてインストールしたらOK
https://github.com/Calysto/matlab_kernel/issues/68
ChromeでJupyterが日本語になっている
Chromeの言語設定から日本語を外してEnglishだけにした
https://stackoverflow.com/questions/52667314/jupyter-notebook-is-displayed-partially-in-french
Did you mean one of: `extra_template_paths, template_name, template_paths`?
起動時、こういうエラーが大量に出る
Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. Did you mean one of: `extra_template_paths, template_name, template_paths`?
nbconvertのバージョンが上がりすぎ?で対応できていないようで
nbconvert = "==5.6.1"
にすればよいらしい。
https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1529
これを下げると、jinja2で500エラーが出るので、6.5に戻した。
0 件のコメント:
コメントを投稿