Command Line
The Python API also lets you perform many actions directly from the command line with opentrons_execute.
The robot's command line is accessible either by going to New > Terminal in Jupyter or via SSH.
To execute a protocol from the robot's command line, copy the protocol file to the robot with scp and then run the protocol with opentrons_execute:
By default, opentrons_execute will print out the same run log shown in the Opentrons App, as the protocol executes. It also prints out internal logs at the level warning or above. Both of these behaviors can be changed. Run opentrons_execute --help for more information.