{% extends "layout.html" %} {% block javascript %} {{ super() }} {% endblock %} {% block content %}

New Notebook Server

Name

Specify the name of the Notebook Server and the Namespace it will belong to.


Image

A starter Jupyter Docker Image with a baseline deployment and typical ML packages.


CPU

Specify the total amount of CPU reserved by your Notebook Server. For CPU-intensive workloads, you can choose more than 1 CPU (e.g. 1.5).

Memory

Specify the total amount of RAM reserved by your Notebook Server (e.g. 2.0Gi).

Workspace Volume

Configure the Volume to be mounted as your personal Workspace.
For example, to create an empty Workspace: New notebook-workspace, 10, /home/jovyan, ReadWriteOnce

{% if not default_storage_class %} {% else %} {% endif %}
Data Volumes

Configure the Volumes to be mounted as your Datasets.
For example, to create an empty Data Volume: New, data-volume-1, 5, /home/jovyan/data-volume-1, ReadWriteOnce

Extra Resources

Reserve additional resources.
For example, to reserve 2 GPUs: {"nvidia.com/gpu": 2}


{% endblock content %}