LoginSignup
0
1

More than 3 years have passed since last update.

Jupyter NotebookでHtml出力できない時

Posted at
  • nbconvertのversionを6未満、例えば5.6.1にすると良いらしい
conda install "nbconvert=5.6.1"

参考

  • https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1529

    • これは、nbconvert6.0がtemplate_pathをtemplate_pathsに変更したという事実と関係があります。 このプロジェクトが変更されるまでは、nbconvert <6が必要です。(原文:It has to do with the fact that nbconvert 6.0 changed template_path to template_paths. Until this project changes that you should require nbconvert<6.)
0
1
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
0
1