LogoLogo
  • Project PANOPTES
  • Overview
    • 🤷‍♀️FAQ
    • 🤖PANOPTES Units
    • ☎️Contact
  • Building Docs
    • 🔭Start Building!
      • Building Overview
      • Safety Guide
      • Parts Listing
    • 🛠️Hardware
      • Control Box
        • Electronics
        • Hardware and Assembly
        • Network Setup
        • Power Distribution
      • Camera Box
        • Camera Setup
        • Electronics
        • Hardware and Assembly
        • 4 Camera Design
      • Mount and Pier
        • Pier
          • Fabrication
          • Assembly
        • Mount
          • Assembly
          • Saddle Plate Rotation
          • Balancing
      • Weather Station
    • 👩‍💻Software
      • Installation
        • Installing OS
        • Installing POCS
        • Installing PowerBoard
      • Configuration
      • POCS Command Line
        • Mount
        • Config Server
        • PowerBoard
        • Weather Station
      • Appendix
        • SSH Access
        • Command Line & The Shell
        • tmux / byobu
        • Services
    • 📋Testing
    • 👷‍♀️Deployment
      • Site Planning
      • Camera Focus
      • Polar Alignment
        • Overview
        • Drift Method
        • Procedure
          • Find Misalignment
          • Fix Misalignment
    • 🪐Operation
      • Automatic Operation
      • Manual Operation
  • Science
    • 📊Data
Powered by GitBook
LogoLogo

Links

  • Forum
  • GitHub
  • Contact

Site

  • Getting Started
  • Teams
  • Data

2023 Project PANOPTES

On this page
  1. Building Docs

Testing

Make sure your software and hardware actually work!

PreviousServicesNextDeployment

Last updated 1 year ago

This is not a comprehensive set of tests but is mostly designed to ensure that your system has been properly installed.

What is Jupyter?

Jupyter lets you run POCS (and other!) commands via a web browser in the form of "notebooks". You can run these notebooks as long as you are connected to the same network as your PANOPTES unit (for an even more remote setup, check the !)

When POCS is installed there is also a server started that you can use to access the system and perform tests. This server is available using the hostname of the system (see ) 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 .

Troubleshooting: What if the Jupyter notebook doesn't respond/open ?

  • You can run pocs notebook restart to restart the notebook

  • Check 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

📋
forums
jupyter
notebook on github
Customize install options