Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "QHub" to "Nebari" in example notebooks #1556

Merged
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down