grst / nxfvars

Access nextflow variables from python scripts or notebooks
MIT License
21 stars 0 forks source link

Add a nxfvars execute command #3

Open grst opened 3 years ago

grst commented 3 years ago

Add a nxfvars execute command that calls jupytext/nbconvert to execute and convert a notebook to html.

This should respect jupyter-book compatible tags to

Optionally, support a nicer template than the default nbconvert one: https://blog.jupyter.org/the-templating-system-of-nbconvert-6-47ea781eacd2

grst commented 3 years ago

nxfvars execute is now implemented, but it does not yet respect the tags to hide cells.