quay.io/nordicesmhub/docker-pangeo-notebook:1c0f66b 8888 ipython/lab $__history_id__ $__galaxy_url__ 8080 $__galaxy_url__ The Pangeo Notebook is based on Pangeo, an open and inclusive community platform for Big Data geoscience. Galaxy offers you to use Pangeo Notebooks directly in Galaxy accessing and interacting with Galaxy datasets as you like. A very common use-case is to do the heavy lifting and data reduction steps in Galaxy and the plotting and more `interactive` part on smaller datasets in Jupyter. You can start with a new Jupyter notebook from scratch or load an already existing one, e.g. from your collegue and execute it on your dataset. If you have a defined input dataset you can even execute a Jupyter notebook in a workflow, given that the notebook is writing the output back to the history. You can import data into the notebook via a predefined `get()` function and write results back to Galaxy with a `put()` function. The Pangeo notebook is developed and maintained by the [Pangeo](https://pangeo.io/) community. A new version of Galaxy Pangeo JupyterLab is deployed whenever a new Pangeo notebook docker image is made available by the Pangeo community. The list of packages is available at [Pangeo docker images](https://github.com/pangeo-data/pangeo-docker-images/tree/master/pangeo-notebook).