From 53683621574e8ffab3be00b04db4912f35a49ddc Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 6 Oct 2021 23:49:06 +0200 Subject: [PATCH] L2SS-434: Added jupyter, devices. --- docs/source/control.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/source/control.rst diff --git a/docs/source/control.rst b/docs/source/control.rst new file mode 100644 index 000000000..1f5e507bd --- /dev/null +++ b/docs/source/control.rst @@ -0,0 +1,12 @@ +Controlling the station +============================ + +Jupyter Notebooks +------------------------ + +The station offers Juypyter notebooks On http://localhost:8888, which allow one to interact with the station, for example to set control points, access monitoring points, or to graph their values. + +The notebooks provide some predefined variables: + +.. literalinclude:: ../../docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py + -- GitLab