Pyspark library is missing from jupyter/pyspark-notebook when running with jupyterhub/zero-to-jupyterhub-k8s

Awesome, thanks!

Using this config.yaml it works:

singleuser:
  defaultUrl: "/lab"
  image:
    name: jupyter/pyspark-notebook
    tag: latest
  cmd: ["/usr/local/bin/start.sh", "jupyterhub-singleuser"]
1 Like