-
Notifications
You must be signed in to change notification settings - Fork 88
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
📓 Add ipynb
as export format
#1882
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 7c1aa47 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
thanks @rowanc1. I will check this branch out and give it a go tomorrow. |
This would be really useful for educational use cases in general. It's something many people have requested! Especially if:
I don't think either of those should block this, just noting commonly requested functionality if it is helpful. People often want this to separate teacher and student copies of things. I bet there is an issue in jupyter book we can link this against. (On phone now so it is hard to look) |
agree @choldgraf. Some form of state based code-cells (enabling student and teacher (solution) notebook versions) is a super useful feature for education. I'll search through the issues and/or open one to track this use case. |
Thanks for the putting this together. I am happy to help in completing this feature. |
Just noting there was some discussion on the jupyter-education listserv today of folks asking whether it was possible to generate notebooks from "teacher copies" which reminded me of this feature. |
Is one of the use case in mind to regenerate the notebook in a book with cross links resolved and the like? That would be quite useful indeed! With that in mind, I would suggest to also enable -- in this PR or a followup -- exporting text-based notebooks (e.g. in jupytext myst:md format). These are super handy in certain contexts -- especially in the aforementioned context of education. |
cc @mmcky