Skip to main content

Ξ 🪐 Datalayer Jupyter

KubernetesREST API

Datalayer Jupyter manages the access to the ⚪ Kernels based on the defined 🎱 Jupyterpools.

Deploy Datalayer Jupyter

plane up datalayer-jupyter
plane ls

Check the availability of the Datalayer Jupyter Pods.

kubectl get pods -n datalayer-api -l app=jupyter

Check the logs of the Datalayer Jupyter Pods.

kubectl logs -n datalayer-api -l app=jupyter -f

Check the availability of the Datalayer Jupyter Certificate.

kubectl describe certificate ${DATALAYER_RUN_HOST}-datalayer-api-cert-secret -n datalayer-api

Check the availability of the Datalayer Jupyter Endpoints.

open https://${DATALAYER_RUN_HOST}/api/jupyter/version
open https://${DATALAYER_RUN_HOST}/api/jupyter/v1/ping

Tear Down Datalayer Jupyter

If needed, tear down.

plane down datalayer-jupyter

OpenAPI Specification

The OpenAPI (Swagger) specification is available online.