Polyaxon makes it easy to view and read notebooks from a local directory or Amazon S3 using nteract - commuter.

Component info on Polyaxon Hub

To learn about this component definition or customize its behavior, please check commuter on polyaxon-hub.

Run this component using the CLI

To run the latest version of this component using Polyaxon CLI:

polyaxon run --hub commuter -P ...

To use a specific version:

polyaxon run --hub commuter:[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="commuter", ...)

Usage in operations

You can also create operations instead of passing params:

version: 1.1
kind: operation
params:
  param1: {value: value1}
  ...
hubRef: commuter:[tag]

Versions

This component has the following versions: ['latest', 'gcs', 's3']