Jupyter Labのノートブックに大量に出力してしまったせいで開けなくなった場合、以下の方法でセルのアウトプットを消去できる。
$ jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --inplace [path to .ipynb]
Jupyter Labのノートブックに大量に出力してしまったせいで開けなくなった場合、以下の方法でセルのアウトプットを消去できる。
$ jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --inplace [path to .ipynb]
このページの著者: takanotume24
This version of the page was edited by Anonymous at . View the most recent version.