Jupyter Notebooks
Using the Pipekit Python SDK in Jupyter Notebooks
Last updated
Using the Pipekit Python SDK in Jupyter Notebooks
Last updated
Use the to generate a token using pipekit hera
(ensure you are logged in first).
You can then pass this token to a PipekitService
:
Create a Workflow to submit:
Then use submit
to run the Workflow on Pipekit, remember to pass in your cluster name.
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
: