متاح الآن.zip

تقسيم IPYNB حزمة ZIP

قطع دفتراً طويلاً حسب عناوين Markdown أو حجم القطعة واحصل على كل الأجزاء في أرشيف ZIP واحد لدروس وحدات أو مراجعات أصغر.

كيف يعمل

ثلاث خطوات من الرفع إلى التنزيل

1

ضع دفترك

اسحب ملف.ipynb إلى البطاقة أو تصفح الملفات. لا تنشئ حساباً.

2

اختر التصدير

اختر Word أو PDF أو Markdown أو HTML أو LaTeX أو ZIP أو أدوات Python أو العارض أو المُنظّف أو الدمج أو التقسيم, بما يناسب من يستلم الملف.

3

نزّل وأرسل

احصل على الملف الجاهز فوراً. افتحه محلياً، أرفقه بالبريد، أو ارفعه إلى LMS.

قسّم Jupyter notebook عبر الإنترنت, حوّل ملف.ipynb واحدًا إلى عدة دفاتر صالحة في المتصفح

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 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. Each part is a full notebook you can open independently in JupyterLab, VS Code, or Colab—useful when a semester-long file becomes impossible to review or when tickets need smaller attachments.

Students ask how to split a jupyter notebook when one giant file mixed every unit; teams split ipynb file artifacts before attaching cells to different PRs. Choose rules that match your outline: split at Markdown headings (# for chapters, or # plus ## for sections), or slice every N cells for predictable chunk sizes when mechanical parts matter more than titles. Filenames prefer the first heading in each slice when possible (for example 01-intro.ipynb), so the ZIP parts arrive already labeled for LMS upload.

Each exported notebook keeps kernelspec and language_info from the parent so runtime expectations stay consistent. Toggle execution hygiene—clear In [n] labels or renumber them inside each part—and pretty-printed JSON for readable archives. Remember that later parts may still depend on variables defined earlier; add setup cells or re-imports if students open slices in isolation. Saved outputs and embedded plots travel with the cells you grouped unless you stripped them beforehand. When heading mode returns a single part, add clearer Markdown titles or switch to a smaller chunk size so the ZIP actually contains multiple notebooks for graders.

Secure server conversion — processed briefly, not stored afterward. Pair with our merger when you need round-trip experiments—split here, merge elsewhere. Use heading mode for teaching notebooks structured by titles; use chunk mode when LMS size caps or ticket workflows need evenly sized ZIP parts. Upload once, pick rules, preview any part, download notebook-split.zip.

كيف تقسّم ملفات ipynb عبر الإنترنت في هذه الصفحة

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

لماذا تقسيم Jupyter هنا بدل سكربتات nbconvert

قسّم Jupyter notebook عبر الإنترنت, عناوين أو مقاطع ثابتة

وضع حدود Markdown يحترم بدايات # (واختياريًا ##) ليتبع تقسيم Jupyter notebook إلى عدة ملفات مخططك؛ وضع المقاطع يقسم كل N خلايا عند الحاجة إلى شرائح آلية.

تقسيم ipynb بأسماء ملفات معقولة

التنزيلات تسمّي الأجزاء من أول عنوان في كل شريحة (01-intro.ipynb) عند الإمكان, جودة ipynb file splitter الكلاسيكية دون إعادة تسمية يدوية.

أعداد التنفيذ لكل جزء

مسح اختياري أو تسلسل In [1]… داخل كل تصدير, يساعد المصححين بعد split jupyter notebook online مع بقاء المخرجات مضمنة.

الحفاظ على بيانات kernel الوصفية

كل دفتر مقسوم يحتفظ بـ kernelspec وlanguage_info من الأصل؛ JupyterLab وVS Code يفتحان الأجزاء بنفس بيئة التشغيل المتوقعة.

سير عمل split ipynb يُفضّل الخصوصية

منطق تقسيم ipynb يعمل بالكامل في المتصفح, مثالي عندما لا يجوز أن تغادر المواد الدراسية حاسوبك المحمول.

تنزيل حزمة ZIP

نقرة واحدة تجلب كل .ipynb في notebook-split.zip (أو حسب اسم الملف) بدل عشرات الحفظات المنفصلة.

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.

جرّب أدواتنا المجانية الأخرى