Robbie Quickstart
/ How to run your first job on Robbie

Need Help? Reach out at
Create AccountInstall & LoginRun PythonView ProgressExplore ResultsNext Steps
1
2
3
4
5
6
 / 
6
Back
Next

Copy and run these commands in your command prompt

% pip install robbie
% robbie login
% git clone git://www.github/positron-networks/examples.git
The first command will download and install the required Python package.

The second command will prompt you to enter your API key from the Robbie portal.

The third command downloads the example code to your local machine

Run the Python file on your local machine.

% python example.py —steam-stdout
In this simple example, we run the function using a Nvidia V100 GPU and bill the usage against tour free-trial credits.

You can monitor job progress in two ways:

1. in your command line

2. Using the Robbie Portal

Explore your job artifacts in the Robbie Portal

Job Details

Downloadable Files

Plots

Congratulations! You ran your first job and now it’s time to teach Robbie a few new tricks.

Go Back to Home