利用可能.zip

IPYNB 分割

長い notebook を見出しやセル数で分け、ZIP で保存します。

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 分割: 長い notebook を見出しやセル数で分け、ZIP で保存します。

IPYNB 分割 は、環境設定ではなく成果物が必要な場面のためのツールです。.ipynb を読み込み、必要な設定を確認し、ブラウザから notebook ZIP をダウンロードできます。長い notebook を見出しやセル数で分け、ZIP で保存します。

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

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

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

使い方

Step 01

Upload one notebook to split

Drop a long .ipynb to slice it by Markdown headings or cell chunks. Free, private, secure server conversion — no Jupyter install.

Free IPYNB splitter online: drop a Jupyter notebook to slice it into multiple .ipynb parts and download as a ZIP

Step 02

Download the ZIP and preview parts

Get every split part as valid .ipynb files in one ZIP, then preview cells to confirm headings, code, and outputs look right.

Download a ZIP of split notebook parts and preview cells after splitting an .ipynb by headings or chunk size

このツールを使う理由

すぐ使える結果

長い notebook を見出しやセル数で分け、ZIP で保存します。

実用的なプライバシー

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

環境依存を減らす

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

読みやすい出力

notebook ZIP は、読む、レビューする、採点する、保存する人に扱いやすい形になります。

実際の提出向け

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

共有前に確認

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

FAQ

よくある質問

Upload your .ipynb, choose heading-based or chunk-based splitting, then download the ZIP. That is split jupyter notebook online here, no account and no pip install required for the split itself.

Use this browser workflow: cells are grouped locally and exported with notebookToIpynb. Jupyter does not need to be installed, only a modern browser.

Yes, each slice carries the cells you grouped, including saved outputs and embedded images, unless you strip outputs elsewhere before splitting.

Each exported notebook is a full .ipynb with a subset of cells in document order, nbformat-valid JSON ready for JupyterLab or VS Code.

Heading mode needs Markdown boundaries: add # or ## titles, switch to H1+H2 depth, or use chunk mode with a smaller N.

No, it clones kernelspec metadata from the parent so each part still declares the same Python/R kernel name.

Yes, use our IPYNB Merger to queue the parts back into a single notebook when you need the inverse workflow.

No durable archive: split uses secure server conversion per our Privacy Policy — processed briefly and discarded.

Each entry is a full .ipynb with a subset of cells in document order. Filenames often derive from the first heading in that slice when heading mode finds boundaries.

Use headings when your notebook already has clear # / ## structure for lessons or chapters. Use every-N cells when you need evenly sized parts for tickets or LMS size caps.

Yes as notebooks, but later parts may depend on variables defined earlier. Add setup cells or re-import packages in each part if students open them in isolation.

That is a common use: produce smaller .ipynb files in a ZIP, then upload each lesson separately. Keep the original intact as your master copy.