现已上市.zip

拆分 IPYNB ZIP 捆绑包

按 Markdown 标题或块大小对长笔记本进行切片,并抓取一个 ZIP 中的每个部分,以进行模块化课程或较小的评论。

它是如何运作的

从上传到下载三步

1

放下你的笔记本

.ipynb 拖到卡上或浏览您的文件。您永远不会创建帐户。

2

选择导出

选择 Word、PDF、Markdown、HTML、LaTeX、ZIP、Python 工具、查看器、清理器、合并器或拆分器 - 任何与您的审阅者匹配的工具。

3

下载并发货

立即获取完成的文件。在本地打开它,将其附加到电子邮件中,或上传到您的 LMS。

尝试我们的其他免费工具

Split Jupyter notebook online, break one .ipynb into multiple valid notebooks in your browser

When you need to split jupyter notebook online for smaller hand-ins, separate lessons, or repo hygiene, this tool turns one .ipynb into several nbformat files you can download in one ZIP. It targets searches like split ipynb file, split jupyter notebook into multiple files, and ipynb file splitter, without nbconvert, Pandoc, or a local Python stack on the machine you have right now. Parsing stays in your tab: nothing is uploaded to split the notebook.

Students ask how to split a jupyter notebook when one semester-long file becomes impossible to review; teams split ipynb file artifacts before attaching cells to different tickets. Choose pro-style rules: split at Markdown headings (# for chapters or # + ## for sections), or slice every *N* cells for predictable chunk sizes. Toggle execution hygiene, clear In [n] labels or renumber them inside each part, plus pretty-printed JSON for readable archives.

Related intents: split jupyter notebook online for LMS uploads, split ipynb file before Git when history got noisy, and lightweight lesson bundles from one teacher notebook. Pair with our merger when you need round-trip experiments, split here, merge elsewhere, all client-side.

Why split Jupyter notebooks here instead of nbconvert scripts

Split jupyter notebook online, headings or fixed chunks

Markdown-boundary mode respects # (and optionally ##) starts so split jupyter notebook into multiple files follows your outline; chunk mode splits every N cells when you need mechanical slices.

Split ipynb file with sensible filenames

Downloads name parts from the first heading in each slice (01-intro.ipynb) when possible, classic ipynb file splitter polish without manual renaming.

Execution counts per part

Optional clear or sequential In [1]… inside each export, helps graders after you split jupyter notebook online while outputs stay embedded.

Kernel metadata preserved

Each split notebook keeps kernelspec + language_info from the parent so JupyterLab and VS Code still open parts with the expected runtime.

Privacy-first split ipynb workflow

Split ipynb file logic runs entirely client-side, ideal when coursework cannot leave your laptop.

ZIP bundle download

One click grabs every .ipynb in notebook-split.zip (or a stem-based name) instead of dozens of separate saves.

Frequently asked questions

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.