LoginSignup
66
51

More than 3 years have passed since last update.

jupyter notebookの.ipynbファイルをpythonで実行可能な.pyファイルに変換する

Posted at

XXX.ipynbは対象のnotebookファイル名。
以下のコマンドを実行すると、XXX.pyファイルが作成されます。

jupyter nbconvert --to python XXX.ipynb
66
51
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
66
51