Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: marimo export ipynb #1367

Merged
merged 11 commits into from
May 15, 2024
Merged

feat: marimo export ipynb #1367

merged 11 commits into from
May 15, 2024

Commits on May 14, 2024

  1. feat: marimo export ipynb

    Export marimo notebooks to Jupyter (ipynb) notebooks.
    
    This is a pretty-bare bones implementation that doesn't convert
    markdown or create/save outputs. Still, I had a need for this today --
    more convenient than copy-pasting, and didn't want to go through VSCode.
    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4ac9ef1 View commit details
    Browse the repository at this point in the history
  2. fix comments

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d6e48f6 View commit details
    Browse the repository at this point in the history
  3. fix test

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    31fe543 View commit details
    Browse the repository at this point in the history
  4. support markdown cells

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ee72546 View commit details
    Browse the repository at this point in the history
  5. type ignore ...

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d84c1b View commit details
    Browse the repository at this point in the history
  6. update snapshots

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5a05ba7 View commit details
    Browse the repository at this point in the history
  7. update snapshots

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    31e4140 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe4474c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3494c08 View commit details
    Browse the repository at this point in the history
  10. lint

    akshayka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a66384b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a5193be View commit details
    Browse the repository at this point in the history