-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docs): Add opentrons container defs and images #2531
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ If Python is new to you, we suggest going through a few simple tutorials to acqu | |
8) `Dictionaries <http://www.learnpython.org/en/Dictionaries>`_ | ||
|
||
After going through the above tutorials, you should have enough of an understanding of Python to work with the Opentrons API and start designing your experiments! | ||
|
||
More detailed information on python can always be found at `the python docs <https://docs.python.org/3/index.html>`_ | ||
******************************* | ||
|
||
******************* | ||
|
@@ -63,3 +63,12 @@ You can access Jupyter Notebook using the following: | |
|
||
1. Open your Opentrons App and look for the IP address of your robot on the robot information page. | ||
2. Type in ``(Your Robot's IP Address):48888`` into any browser on your computer. | ||
|
||
*************************** | ||
Simulating Python Protocols | ||
*************************** | ||
|
||
As our OT 2 software is no longer bundled with our desktop app, there are a few more steps you have to follow in order | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nitpick, but this sort of implies that at one point, our OT-2 software was bundled with the app, which (for OT-2) it never was). Could we gear the language a little more towards "this is how the OT-2 operates" rather than "this is how the OT-1 used to operate? For example would this be ok: "Since the OT-2 runs its own copy of the Opentrons API, you have to go through a few extra steps if you'd like to simulate a Python protocol on your own computer without being connected to a robot." (Also super picky nitpick: but I think we stylize it "OT-2" rather than "OT 2". Sorry.) |
||
to simulate your protocol without being connected to a robot. | ||
|
||
To set up your environment, please view `this article <https://support.opentrons.com/ot-2/getting-started-software-setup/installing-the-opentrons-api-on-your-computer>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, but should Python be capitalized?