Polyaxon integrates with Papermill to run and publish parameterised Jupyter notebooks.
Component info on Polyaxon Hub
To learn about this component definition or customize its behavior, please check papermill on polyaxon-hub.
Run this component using the CLI
To run the latest version of this component using Polyaxon CLI:
polyaxon run --hub papermill -P ...
To use a specific version:
polyaxon run --hub papermill:[tag] -P ...
Note:
-P
is for passing parameters, e.g.-P param1=value1 -P parame2=value2
View a running operation on the dashboard
After running an operation with this component, you can view it on the dashboard:
polyaxon ops dashboard
or
polyaxon ops dashboard -p [project-name] -uid [run-uuid] -y
View the service
After running an operation with this component, you can view the service:
polyaxon ops service
Stop a running operation
To stop a running operation with this component:
polyaxon ops stop
or
polyaxon ops stop -p [project-name] -uid [run-uuid]
Run this component using the client
To run this component using Polyaxon Client:
from polyaxon.client import RunClient
client = RunClient(...)
client.create_from_hub(component="papermill", ...)
Usage in operations
You can also create operations instead of passing params:
version: 1.1
kind: operation
params:
param1: {value: value1}
...
hubRef: papermill:[tag]
Versions
This component has the following versions: ['latest', 'custom']