phcnb

Useful PHC related tools for Jupyter notebooks


License
MIT
Install
pip install phcnb==0.1.2

Documentation

phc-notebook-tools

pdm-managed

Run a notebook as a workflow.

Development

Install PDM and then do

$ pdm install

Running

To run the development version from the root of the source directory do this:

$ cd sandbox
$ python ../phcnb workflow test.ipynb > output.cwl
$ pdm run cwltool --no-read-only --no-match-user output.cwl inputs.yml

The results will be written to output.ipynb and output.txt.