{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Migration status

Counts include every notebook row in scope, including internal, account-linked, and deleted notebooks.

Loading…
Total notebooks -
Converted -
Pending -

Run migration

This rewrites rich notebooks into the markdown notebook format using the backend converter, increments the notebook version, publishes an update event, and writes a notebook history entry with the before/after content diff.

{% csrf_token %}
{{ form.team_id }}

{{ form.team_id.help_text }}

{{ form.dry_run.help_text }}

{{ form.batch_size }}

{{ form.batch_size.help_text }}

{% endblock %}