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

Jupyter Notebook support on Flex #17520

Open
wants to merge 1 commit into
base: edge
Choose a base branch
from
Open
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions api/docs/v2/new_advanced_running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Access your robot’s Jupyter Notebook by either:

- Going to the **Advanced** tab of Robot Settings and clicking **Launch Jupyter Notebook**.
- Going directly to ``http://<robot-ip>:48888`` in your web browser (if you know your robot's IP address).
- On **Flex** robot, running Jupyter Notebook requires stopping the Opentrons Robot Server. In the first cell of your Jupyter Notebook, enter and run ``!systemctl stop opentrons-robot-server``. This will cause the Opentrons App to display the message: "This robot's API server is not responding correctly to requests at IP address xxx.xxx.xxx.xxx."

Once you've launched Jupyter Notebook, you can create a notebook file or edit an existing one. These notebook files are stored on the the robot. If you want to save code from a notebook to your computer, go to **File > Download As** in the notebook interface.

Expand Down
Loading