Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Docker | `docker run ghcr.io/diamondlightsource/python-interface-to-wor
Releases | <https://github.com/DiamondLightSource/python-interface-to-workflows/releases>


# Examples
What | Where
:---: | :---:
A basic example showing a file being mounted from a folder and a notebook running in a pod | <https://github.com/DiamondLightSource/python-interface-to-workflows/blob/main/src/python_interface_to_workflows/workflow_definitions/create_notebook_in_image.py>
A more advanced example showing a visr recon workflow, converting an .nxs to a .hdf5 file. | <https://github.com/DiamondLightSource/python-interface-to-workflows/blob/main/src/python_interface_to_workflows/workflow_definitions/visr_notebook_example/visr-recon.ipynb>
# Using Copier
```bash
mkdir new_directory_path
Expand Down
Loading