Jupyter Notebooks
Using the Pipekit Python SDK in Jupyter Notebooks
Get a token
Use the Pipekit CLI to generate a token using pipekit hera
(ensure you are logged in first).
You can then pass this token to a PipekitService
:
Submission
Create a Workflow to submit:
Then use submit
to run the Workflow on Pipekit, remember to pass in your cluster name.
Log Streaming
After you have submitted a Workflow as above, you will be holding a "pipe_run" - you can stream the logs to your Notebook using print_logs
on the uuid
:
Last updated