Install & LoginCustomizeDecorateRun your codeMonitor Progress
1
2
3
4
5
6
 / 
5
Back
Next

Install and login

Jupyter Notebook Users

1. Add these commands to the first cell in your notebook
% !pip install robbie
% !robbie login
2. Execute the cell and login at the prompts
Run the following commands at the command prompt if you have not already done so.
% !pip install robbie
% !robbie login
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

Customize your job configuration

How will you pay for your job?

HTML EMBED BLOCK

Choose hardware.

HTML EMBED BLOCK

Choose advanced options.

HTML EMBED BLOCK

Decorate

Jupyter Notebook Users

Add @robbie decorator to your function in the appropriate cell
HTML EMBED BLOCK

Python Command Line Users

Add @robbie decorator to your function
HTML EMBED BLOCK

Run your code

Jupyter Notebook Users

Execute the cell with the decorated function
HTML EMBED BLOCK

Python Command Line Users

Run your python code from the command line
HTML EMBED BLOCK

You can monitor job progress in two ways:

1. In your command line

2. Using the Robbie Portal