The dev image (‘Dev Astrophysics’) has been updated to handle notebook conflicts. Each notebook now has its own kernel (environment), and they are available in the kernel selection drop-down menu at the top-right of the notebook.
The kernels are hidden from the main launcher window because there are many of them.
The environments are created based on the requirements file attached to each notebook, and they have names: py-{notebook-name}. e.g py-multiband_photometry, py-light_curve_generator, `py-light_curve_classifier, … etc.
The notebooks are available in ~/fornax-notebooks and are patched to start in the correct environment. We’ll need to update the notebook headers to use the correct one.
This update also includes:
- Change the name of the main kernel from
notebooktopython-main - Add Fornax top menu and links to the documentation, dashboard, and discourse in the main jupyterlab launcher.
- Add way to request sessions to stay alive for a specific amount of time.
Please report give feedback and report any issues in this thread.