Skip to content
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

APIv2 Docs #4120

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update api/docs/source/v2/new_advanced_running.rst
Co-Authored-By: Seth Foster <[email protected]>
  • Loading branch information
wheresaddie and sfoster1 committed Oct 3, 2019
commit b90a87e2b45ea3db7677d130d683249460e4b91a
2 changes: 1 addition & 1 deletion api/docs/source/v2/new_advanced_running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are two ways to run a protocol on the robot without using the Opentrons ap
Jupyter Notebook
----------------

Using your web browers (I'd suggest which are tested here for example 'we recommend Chrome or Firefox v10), you can acess the robots Jupyter notebook server. This is a convenient environment to execute and debug protocols and define different parts of your protocol in different notebook cells. By doing such you can specify which parts of the protocol at a given time should run.
Using your web browers (the latest Chrome, Firefox, and Safari are known to work; the latest Edge and Opera probably will), you can access the robots Jupyter notebook server. This is a convenient environment to execute and debug protocols and define different parts of your protocol in different notebook cells. By doing such you can specify which parts of the protocol at a given time should run.

To access the robot’s Jupyter notebook:

Expand Down