jupyter ipython notebooks


LIGO's jupyter server: http://jupyter.ligo.caltech.edu/

Importing python packages with a virtual environment: Many users use a virtual environment in order to be able to import specific verseions of things like Bilby. In order for your jupyter notebook to use this environment, you may need to adjust the kernel: Kernel > Change kernel > Select kernel > igwn-py39. Sometimes if you are having a problem with importing some python package, you might need to restart the kernel entirely. Then try again, e.g., to run pip3 before importing.

Back to Resources