📋Testing
Make sure your software and hardware actually work!
When POCS is installed there is also a jupyter server started that you can use to access the system and perform tests. This server is available using the hostname of the system (see Customize install options) at the following url: https://<hostname>:8888
. For our example system this would be https://PAN021:8888.
The installation script makes a /home/panoptes/notebooks
folder that includes a TestPOCS
notebook that will run through the basics of testing the unit hardware. You can see this notebook on github.
Troubleshooting: What if the Jupyter notebook doesn't respond/open ?
You can run
pocs notebook restart
to restart the notebookCheck the log for errors:
tail -F $HOME/logs/jupyter-server.log
look for entry in the log: "
Jupyter Server is running" at
to see which port is being used. It may not be port 8888, in which case you will need to use this number to connect
Last updated