Skip to content

Starlink-Measurement/starlink-plot

Repository files navigation

Starlink Plot

Set the Jupyter Notebook kernel timeout config in ~/.jupyter/jupyter_notebook_config.py to a high number such as 3 hours:

c.MappingKernelManager.kernel_info_timeout = 10800

Set the buffer or memory to the maximum available (Eg. 24 GB):

c.ServerApp.max_buffer_size = 25769803776

Simplified Steps

Install pipenv:

pip install pipenv

Install all packages in Pipfile.lock

pipenv install

Start Jupyter Lab instance.

pipenv shell
jupyter lab

Access through the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published