From 1e36b840e35b013caec00130ed5d7dc9509a4ba4 Mon Sep 17 00:00:00 2001 From: Anurag Kanase <79215426+anuwrag@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:13:50 -0500 Subject: [PATCH] Jupyter Notebook support on Flex The advanced setting mentions usage of jupyter notebook on Flex however, Flex requires stopping of the robot-server. --- api/docs/v2/new_advanced_running.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/api/docs/v2/new_advanced_running.rst b/api/docs/v2/new_advanced_running.rst index c564455e391..cc1918c220a 100644 --- a/api/docs/v2/new_advanced_running.rst +++ b/api/docs/v2/new_advanced_running.rst @@ -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://: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.