ComPWA / polarimetry

Polarimetry for the decay Λc → p K π
https://compwa.github.io/polarimetry
Apache License 2.0
5 stars 1 forks source link

Convert Julia scripts to Pluto #165

Open redeboer opened 2 years ago

redeboer commented 2 years ago

Note: as far as I can see, the only way to embed the Pluto notebooks in the ~notebooks~ PDF build (#151) is to convert them to Jupyter notebooks, so they are better integrated in the Sphinx+MyST ecosystems.

Only disadvantage: the static page rendering of Pluto notebooks has its benefits, such as the way cell output like nested lists is rendered: record

mmikhasenko commented 2 years ago

At worse, you can run the notebooks as julia scripts and check for julia crashes. I like Pluto layout. Let me improve on index.md and keep them as they are.

redeboer commented 2 years ago

Note: as far as I can see, the only way to embed the Pluto notebooks in the ~notebooks~ PDF build (#151) is to convert (...)

Sorry, I made a typo. The main motivation for Jupyter is the PDF build.

mmikhasenko commented 2 years ago

Actually, I am not insisting of keeping pluto (Just notice that this is new issue that you were going to try). - jupyter is also fine with me.

mmikhasenko commented 2 years ago

Sorry, I made a typo. The main motivation for Jupyter is the PDF build.

Makes sense. I think skipping the code from the autogenerated jupyther notebooks will also work