The Jupyter Workflow framework enables Jupyter Notebooks to describe complex workflows and to execute them in a distributed fashion on hybrid HPC-Cloud infrastructures. Jupyter Workflow relies on the StreamFlow WMS as its underlying runtime support.
The Jupyter Workflow IPython kernel is available on PyPI, so you can install it using pip.
pip install jupyter-workflow
Then, you can install it on a Jupyter Notebook server by running the following command.
python -m jupyter_workflow.ipython.install
Please note that Jupyter Workflow requires python >= 3.8
. Then you can associate your Jupyter Notebooks with the newly installed kernel. Some examples can be found under the examples
folder in the GitHub repository.
Iacopo Colonnelli iacopo.colonnelli@unito.it (creator and maintainer)
Sergio Rabellino sergio.rabellino@unito.it (maintainer)
Barbara Cantalupo barbara.cantalupo@unito.it (maintainer)
Marco Aldinucci aldinuc@di.unito.it (maintainer)