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

Move away from Jupyter notebooks #208

Open
ageorgou opened this issue Feb 16, 2022 · 1 comment
Open

Move away from Jupyter notebooks #208

ageorgou opened this issue Feb 16, 2022 · 1 comment

Comments

@ageorgou
Copy link
Contributor

Notebooks are very suited for demonstration, but not ideal when it comes to maintaining and reusing the material. We have for a while discussed switching to another system, such as Sphinx. This is for tracking ideas and notes.

Sphinx

@p-j-smith
Copy link
Contributor

p-j-smith commented Mar 27, 2023

Other options that may be worth exploring:

  • mkdocs - similar to Sphinx but uses markdown rather than restructured text (although there's an extension to use markdown with Sphinx)
  • Jupyter book - would still mean using notebooks, but there's an extension to create books from regular Python scripts rather than notebooks
  • quarto - uses it's own qmd file format, although Python scripts and notebooks can also be used
  • workbench - new lesson template for Carpentires courses; allows two different views of a lesson - one for students and another for instructors
  • nbfancy - similar to our process, but no homebrewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants