Product Selector

Fusion 5.12
    Fusion 5.12

    Enable Jupyter

    Jupyter can be enabled with the Fusion Helm chart. It is not enabled by default.

    How to enable Jupyter
    1. In your custom values YAML file, locate fusion-jupyter and set enabled to "true":

      fusion-jupyter:
        enabled: true
    2. Run the setup script using the --upgrade option, specifying your custom values YAML file using the --values option.

      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.yaml

      Be sure to specify your version of Fusion.

    3. Connect to the Jupyter UI at https://FUSION_HOST:6764/jupyter.