ComPWA / compwa.github.io

Source code for the ComPWA Organization website
https://compwa.github.io
Apache License 2.0
5 stars 4 forks source link

Support Technical Report notebooks with Julia kernels #134

Closed redeboer closed 2 years ago

redeboer commented 2 years ago

Would be nice to be able to experiment with Julia in the Technical Reports, so that the project is not necessarily tied to Python.

Some requirements:


:tada: See result in TR-019.

mmikhasenko commented 2 years ago

hm, that would be super cool.

here is the CI to export julia (Pluto) notebook to a static page https://github.com/JuliaPluto/static-export-template/blob/main/.github/workflows/ExportPluto.yaml

redeboer commented 2 years ago

The main challenge will be to integrate them into the Sphinx setup and (ideally) execute them through myst-nb.

redeboer commented 2 years ago

A few options