Jupyter
Overview
Installing
Install via Apolo CLI
apolo app-template get jupyter > myjupyter.yaml# Example of myjupyter.yaml
template_name: jupyter
template_version: latest
display_name: myjupyter
input:
preset:
name: cpu-medium
jupyter_specific:
jupyter_type: lab
extra_storage_mounts:
mounts:
- storage_uri:
path: storage:additional-data
mount_path:
path: /mnt/data
mode:
mode: rw
networking:
http_auth: trueReferences
Last updated
Was this helpful?