From 4bfe345bb4baa362238a57a29e4609ac5076ec07 Mon Sep 17 00:00:00 2001 From: sophia Date: Mon, 13 Jan 2025 09:44:47 -0800 Subject: [PATCH] Ensure link to jhub app installation docs exists for users following jhub tutorial --- docs/docs/tutorials/create-dashboard.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/tutorials/create-dashboard.md b/docs/docs/tutorials/create-dashboard.md index 54a801e06..31ac0f568 100644 --- a/docs/docs/tutorials/create-dashboard.md +++ b/docs/docs/tutorials/create-dashboard.md @@ -29,6 +29,8 @@ import TabItem from '@theme/TabItem'; JHub App launcher supports `Panel`, `Bokeh`, `Streamlit`, `Plotly Dash`, `Voila`, `Gradio`, `JupyterLab`, and `Any generic Python command`. +In order to use JHub App to create apps, ensure it is enabled in your Nebari deployment. See the [JHub App Launcher docs][jub-app-launcher] for instructions on enabling and using JHub App in Nebari. + @@ -232,3 +234,4 @@ Dashboards and apps can be very handy tools to share information and insights wi [login-keycloak]: /docs/tutorials/login-keycloak [create-env]: /docs/tutorials/creating-new-environments +[jub-app-launcher]: /docs/how-tos/jhub-app-launcher