Chris Holdgraf
Chris Holdgraf
In my experience, the best way to do this is to write some light-weight javascript that initializes juniper and does some other stuff in the process when this happens (like...
Just a note that I bet some folks in https://discourse.jupyter.org/t/generating-reports-for-jupyter-notebooks/279/15 would find this interesting and useful. I was also thinking about improving the story for "one notebook file -> one...
Is there a way that, instead of creating our own folders etc, we could piggy-back on the `ipynb` format for including data/images/etc in the text-file representation? E.g. if we could...
I don't believe that this is possible in any kind of generic way - it's definitely not part of the commonmark spec. You can do this in some flavors of...
> Can you remind me of the links between MyST and the other two? There aren't any links between them, but they do some similar things. MyST is a different...
just a note that we have a few discussions around this in jupyter book as well, here's the most general one: https://github.com/executablebooks/meta/issues/52
what if it just supported anything that exists in a `jupyter: ` YAML frontmatter. E.g. if people defined other variables, or if it was simply `jupyter: true` then Jupytext would...
this would be _awesome_
@hamelsmu super cool 🙂
Hmm - I think there might be multiple things going on there: You are correct that when I create a simple widget in a notebook, then use papermill to create...