OverviewΒΆ
JupyterHub requires a user to be a member of a project on:
The Slices Portal.
Either request a new project on the portal above (for example: a project dedicated to your PhD research), or request to join an existing project if you need to collaborate with other users.
Each project receives a separate project storage on JupyterHub (that can also be used on GPULab).
Upon starting your Jupyter-instance you can specify the amount of CPUs, GPUs and Memory that you require. We support usage of the Jupyter Docker Stacks images, which provide a great starting point for all usage scenarios. Interesting images are:
jupyter/scipy-notebook
includes popular packages from the scientific Python ecosystem.jupyter/r-notebook
includes popular packages from the R ecosystem.jupyter/tensorflow-notebook
includes popular Python deep learning libraries liketensorflow
andkeras
.jupyter/datascience-notebook
includes libraries for data analysis from the Julia, Python and R communitiesjupyter/pyspark-notebook
includes Python support forApache Spark
.jupyter/all-spark-notebook
includes Python, R and Scala support forApache Spark
.
We also offer GPU-enabled images, as the default images mentioned above are not. These images are built on top of the
nvidia/cuda
base images, and include the gpu-enabled software packages were applicable. They are available pre-built
in the public GPULab Docker repository. For example:
gitlab.ilabt.imec.be:4567/ilabt/gpu-docker-stacks/tensorflow-notebook:latest-gpu
is a GPU-enabled variant of the originaltensorflow-notebook
.
Your Jupyter instance gives direct access to the storage of your projects on the imec iLab.t infrastructure, you can thus also use this service to view, upload and download files in your project folder.