Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes authored Jan 11, 2024
1 parent 0c7d619 commit c8e9076
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/docs/how-tos/jhub-app-launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Using JHub App Launcher with Nebari
# JHub App Launcher with Nebari

[JHub App Launcher](https://github.com/nebari-dev/jhub-apps) is a generalized server launcher
for JupyterHub. You can use it create and share apps using various frameworks like:
for JupyterHub. You can use it to create and share apps using various frameworks like:

- Panel
- Bokeh
Expand All @@ -28,7 +28,13 @@ jhub_apps:
enabled: true
```
:::note
JHub App Launcher is enabled by default in the Nebari after version
[2023.12.1](https://github.com/nebari-dev/nebari/releases/tag/2023.12.1).
:::
## Environment
To be able to create apps using `jhub-apps` you need to have `jhub-apps` in your
conda environment.
To be able to create apps using the JHub App Launcher in Nebari,
you need to have `jhub-apps` and the corresponding framework (for example, `panel`)
in your conda-store generated conda environment.

0 comments on commit c8e9076

Please sign in to comment.