diff --git a/docs/source/design/_static/local_execution.svg b/docs/source/design/_static/local_execution.svg new file mode 100644 index 0000000..53fc209 --- /dev/null +++ b/docs/source/design/_static/local_execution.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/design/boundary.rst b/docs/source/design/boundary.rst index 7bb677a..dc56fb1 100644 --- a/docs/source/design/boundary.rst +++ b/docs/source/design/boundary.rst @@ -25,6 +25,10 @@ processes could also be on the user's device, but they could also be running on Local Execution ------------------- +.. image:: _static/local_execution.svg + :align: left + :width: 60px + With local execution, there is a local Python process which executes all of the image and data processing code. Communication between this Python process and the GUI code in the browser is accomplished with :xref:`websocket`. The user interacts with the elements of the GUI within