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

Store notebooks as python files using jupytext #2070

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

adamjstewart
Copy link
Collaborator

This PR converts our tutorial notebooks from .ipynb to .py using jupytext. See #11152 for rational.

All notebooks were automatically converted using:

> jupytext --to py *.ipynb

Steps remaining:

  • Convert .ipynb to .py
  • Get tests working
  • Get documentation parity
  • Simplify notebooks as much as possible

@adamjstewart adamjstewart added this to the 0.6.0 milestone May 19, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 19, 2024
@github-actions github-actions bot added the dependencies Packaging and dependencies label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant