diff --git a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dashboard_panel.ipynb b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dashboard_panel.ipynb index 198cab6aa2..f1e3e20d78 100644 --- a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dashboard_panel.ipynb +++ b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dashboard_panel.ipynb @@ -19,7 +19,7 @@ "outputs": [], "source": [ "content = panel.pane.Markdown('''\n", - "# Hello QHub\n", + "# Hello Nebari\n", "\n", "This is some markdown content\n", "''')\n", diff --git a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dask-gateway.ipynb b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dask-gateway.ipynb index 64d8f29851..d519477eeb 100644 --- a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dask-gateway.ipynb +++ b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/dask-gateway.ipynb @@ -32,7 +32,7 @@ "source": [ "## List active cluster\n", "\n", - "QHub has a rich authorization model so it is possible that your given user does not have access. Consult your administrator if you need access." + "Nebari has a rich authorization model so it is possible that your given user does not have access. Consult your administrator if you need access." ] }, { diff --git a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/kbatch_nb.ipynb b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/kbatch_nb.ipynb index c31052fecd..ac2ea9199f 100644 --- a/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/kbatch_nb.ipynb +++ b/nebari/template/stages/07-kubernetes-services/modules/kubernetes/services/jupyterhub/files/examples/kbatch_nb.ipynb @@ -9,7 +9,7 @@ "source": [ "# Canonical Tests\n", "\n", - "The goal of the work we performed on behalf of OGC/USGS was to enable users on QHub (and perhaps plain JupyterHub) to:\n", + "The goal of the work we performed on behalf of OGC/USGS was to enable users on Nebari (and perhaps plain JupyterHub) to:\n", "- [ ] run long-running notebooks or scripts\n", "- [ ] run notebooks and scripts as cronjobs\n", "\n", @@ -27,11 +27,11 @@ "The first two features outline above will be handled by [`kbatch`](https://github.com/kbatch-dev/kbatch). `kbatch` consists of two major components, the frontend `kbatch` and backend `kbatch-proxy`. The user submits job requests to `kbatch-proxy` and `kbatch-proxy` submits those job requests to the Kubernetes API. \n", "\n", "> NOTE:\n", - "> At the present, no additional features have been added to `kbatch`, we have simply integrated `kbatch-proxy` into QHub. A feature enhancement PR will need to be opened on the `kbatch` repo in order to enable cronjobs.\n", + "> At the present, no additional features have been added to `kbatch`, we have simply integrated `kbatch-proxy` into Nebari. A feature enhancement PR will need to be opened on the `kbatch` repo in order to enable cronjobs.\n", "\n", "### Setup\n", "\n", - "In order to use `kbatch` in it's current form, some basic setup is required of the user. Going forward, we will assume that `kbatch-proxy` has been correctly integrated into QHub.\n", + "In order to use `kbatch` in it's current form, some basic setup is required of the user. Going forward, we will assume that `kbatch-proxy` has been correctly integrated into Nebari.\n", "\n", "1. Create or modify a conda environment by adding `kbatch`. And activate this conda environment.\n", "\n",