This article is about the OT-One.
It's no-longer sold or actively supported by Opentrons, but we've kept this article here to help existing users. Please see our OT-2 Support articles for the most up to date information!
To simulate a protocol run in Jupyter, create a new notebook and run
!pip install --upgrade opentrons==2.5.2
in an empty cell.
You should see this:
From there, you can write:
from opentrons import robot, instruments, containers
and after that, you can run your protocol below.