Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • mysql-connector-python
  • matplotlib
  • astropy
  • extinction
  • mosfit
  • astrorapid
  • healpy
  • wget

If you need to install additional libraries from PyPI you can just use pip. For example to install the package "pip-install-test" you would do:

pip install pip-install-test

If you wanted to make it persist beyond your current session then you would do:

pip install --user pip-install-test

If you think a package should be added to the standard image then please let us know at support@lsst.ac.uk.

JupyterLab Interface

At present the classic Jupyter interface is the default. If you wish to use the JupyterLab interface instead simply replace the /tree at the end of the URL with /lab.

...