-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation docs for JHub App Launcher (#391)
Co-authored-by: Pavithra Eswaramoorthy <pavithraes@outlook.com>
- Loading branch information
1 parent
6c8afb4
commit 2f9b9f8
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
id: jhub-app-launcher | ||
title: JHub App Launcher with Nebari | ||
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 to create and share apps using various frameworks like: | ||
|
||
- Panel | ||
- Bokeh | ||
- Streamlit | ||
- Plotly Dash | ||
- Voila | ||
- Gradio | ||
- JupyterLab | ||
- Generic Python Command | ||
|
||
## Installation | ||
|
||
JHub App Launcher can be enabled on Nebari by adding the following in the | ||
`nebari-config.yml`: | ||
|
||
```yaml | ||
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 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters