# Este arquivo converte todos os arquivos com o nome `README.ipynb` para `.md` e `.py` a partir da pasta raiz e percorrendo as subpastas. # ## _Abstract_ # _This file converts all files with the name ...
nbconvertは、Jupyterプロジェクトが提供する公式の変換ユーティリティです。 直接実行する場合 Anaconda Prompt(またはパスの通ったターミナル)で、対象ファイルがあるディレクトリへ移動し、以下のコマンドを実行します。 コマンド: jupyter nbconvert --to script ...