Enable Jupyter
Jupyter can be enabled with the Fusion Helm chart. It is not enabled by default.
How to enable Jupyter
-
In your custom values YAML file, locate
fusion-jupyterand setenabledto "true":fusion-jupyter: enabled: true -
Run the setup script using the
--upgradeoption, specifying your custom values YAML file using the--valuesoption.The example below uses the setup script for Google Kubernetes Engine (GKE):
./setup_f5_gke.sh -c mycluster -p myproject -n mynamespace --region us-west1-c --upgrade --values gke_mycluster_mynamespace_fusion_values.yamlBe sure to specify your version of Fusion.
-
Connect to the Jupyter UI at
https://FUSION_HOST:6764/jupyter.