利用可能.py

IPYNB から Python

コードセルを読みやすく実行しやすい.py として書き出します。

Free and instant. Files are processed briefly on our servers for conversion, then discarded — nothing is stored.

How it works

Three steps from upload to download

1

Drop your notebook

Drag a.ipynb onto the card or browse your files. You never create an account.

2

Choose the export

Select Word, PDF, Markdown, HTML, LaTeX, ZIP, Python tools, viewer, cleaner, merger, or splitter, whatever matches your reviewer.

3

Download and ship

Grab the finished file immediately. Open it locally, attach it to email, or upload it to your LMS.

IPYNB から Python: コードセルを読みやすく実行しやすい.py として書き出します。

IPYNB から Python は、環境設定ではなく成果物が必要な場面のためのツールです。.ipynb を読み込み、必要な設定を確認し、ブラウザから Python スクリプト をダウンロードできます。コードセルを読みやすく実行しやすい.py として書き出します。

実務の notebook には文章、コード、図、出力、時には機密データが混ざります。そのため主要な変換はローカルで実行され、ファイルをアップロードせずに処理できます。

nbconvert、Colab、VS Code、各種拡張がすでに安定して動いているなら、それを使って問題ありません。このページは、制限された PC、急ぎの提出、壊れたローカル環境で素早くきれいな出力が欲しい時に役立ちます。

共有前には結果を開き、見出し、図、エラーセル、誤って残った認証情報を確認してください。変換できたファイルと提出できるファイルの差は、この確認で決まります。

IPYNB から Python: コードセルを読みやすく実行しやすい.py として書き出します。

このツールを使う理由

すぐ使える結果

コードセルを読みやすく実行しやすい.py として書き出します。

実用的なプライバシー

主要な処理はブラウザ内で実行されるため、ファイルを手元に置いたまま作業できます。

環境依存を減らす

急いでいる時に、壊れた Jupyter、LaTeX、pandoc、拡張機能へ依存せずに済みます。

読みやすい出力

Python スクリプト は、読む、レビューする、採点する、保存する人に扱いやすい形になります。

実際の提出向け

学生、研究者、分析担当者、開発者、データチームの実際の締め切りに役立ちます。

共有前に確認

notebook に秘密情報が含まれる可能性がある場合は、チーム外へ送る前に必ず結果を確認してください。

使い方

  1. 01

    .ipynb を選択

    .ipynb を読み込みます。ツールはブラウザで動作し、不要なアップロードを避けます。

  2. 02

    形式を選ぶ

    Python スクリプト を選び、表示される設定を確認してから最終ファイルを生成します。

  3. 03

    結果をダウンロード

    結果をダウンロードし、ローカルで開いてレイアウト、コード、出力を確認します。

FAQ

よくある質問

Upload your .ipynb to this ipynb to py converter, set markdown/output/# %% options, and download the .py. No Jupyter install is required on this computer to produce the script.

That is convert Jupyter notebook to py / Jupyter notebook to Python script: this tool stitches code cells into one .py file, with optional comment prose from markdown cells. Run the result later with python yourfile.py.

.py is plain Python source, top to bottom. .ipynb is JSON with cells, metadata, and optional outputs for interactive notebooks. Use notebooks for exploration; convert ipynb to python when you need a script for CI, packaging, or reviewers who prefer .py.

jupyter nbconvert is the official command-line tool that can export notebooks to script, HTML, PDF, and more (for example jupyter nbconvert --to script notebook.ipynb). This page covers the same notebook to .py job in the browser when local nbconvert is missing or broken.

Use Jupyter nbconvert when your environment already works and you want CLI automation. Use this online converter when you only need a .py download now without fixing Python paths, kernels, or installs.

Yes. Open this page, upload the notebook, and download the script. Conversion uses secure server processing and the file is not stored afterward.

Use our PY to IPYNB converter: upload a .py and download a valid .ipynb. That is the reverse direction when you edit a script and want notebook cells again.

No. The exporter extracts source (and optionally comments outputs already saved in the notebook). It does not execute cells or install packages.

It is a focused notebook-to-script converter (ipynb to py / ipynb to python). For other formats use our PDF, HTML, Markdown, or Word tools. PDF to IPYNB is not supported.

No. The file is processed briefly to build the .py and is not stored afterward. Clear the page when you finish on a shared computer.

Yes if you plan to edit in VS Code or round-trip back to a notebook with PY to IPYNB. Skip markers when you want a traditional script without cell separators.

Include them for grading packets or debugging traces. Omit them for clean production scripts destined for CI or packaging.