Welcome! đź‘‹

You’ve successfully created an Optumi account.

There are three components to the Optumi cloud platform

  • Python library: Optimized for launching workloads (notebooks, scripts and containers)
  • Web app: Optimized for monitoring and managing workloads (notebooks, scripts and containers)
  • JupyterLab extension: Optimized for working with local notebooks in the JupyterLab application

Get started with the JupyterLab extension

The Optumi cloud platform supports running your notebooks either as interactive sessions or batch jobs using JupyterLab. Our JupyterLab extension provides the integration to easily select machines and launch your notebooks.

  1. Install the Optumi JupyterLab extension
  2. Learn how to use the extension here

Get started with the Python API

The Optumi API library is a lightweight Python library that allows you to launch and monitor notebooks, scripts and containers from your Python code or from the Python interpreter.

  1. Install the Optumi Python library
  2. Sign in to the Optumi cloud platform – learn how to use it here
  3. Learn how to use the API here