-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to maintain separate repository with notebooks/binder/etc. #66
Comments
There might be similar workflows in The Carpentries which we could look into! |
I just had a thought about this issue: We can perhaps use some tool that converts our markdown file into jupyter-notebook content? For instance, this package converts jupyter notebook to markdown. |
nbonvert is pretty great :) I'm more thinking of going the other way: If we want to have a completely pre-filled notebook (not sure if we want to, see survey picture below), then I think we should use Jupyter notebooks and build a website from them using jupyter book. Maybe with the amount of code that's flung around in matplotlib the survey result doesn't really apply though (because that would be a lot of typing...) |
Thats sounds good. The analysis-essentials repo's advanced python module uses jupyter notebooks and website is generated from the notebooks for this particular topic (as far as I understand). We can use a similar kind of workflow maybe. Regarding survey: I think that having pre-filled notebooks is better as that saves time. |
In terms of having pre-filled notebooks I, it all depends on the workflow used. I believe we can keep the pre-filled notebooks if students ever want to see some solutions. |
There is a separate repository (https://github.com/hsf-training/hsf_matplotlib_notebooks), soon to be transferred to this organization that contains pre-filled notebooks.
How do we maintain them in the future?
The text was updated successfully, but these errors were encountered: