jhub-apps icon indicating copy to clipboard operation
jhub-apps copied to clipboard

Application creator and general launcher for JupyterHub

Results 50 jhub-apps issues
Sort by recently updated
recently updated
newest added

### Context Dear jhub-apps development team! I'm trying to make a deployment of JupyterHub (v5.2.1) that includes jhub-apps (v2025.2.1) on Azure Kubernetes (v.1.30.9), The login via Azure AD Oauth still...

### Context I have installed the latest TLJH on a Ubuntu instance and have been trying to install jhub-apps into it following the instructions provided in the readme. And it...

### Context I have a Nebari [https://github.com/nebari-dev/nebari/pull/2917 ](PR) which won't pass until a new release is cut. Is jhub-apps ready for a release to be cut? I could work on...

type: release 🏷

### Feature description Not sure if this is specific to Nebari, but when an admin user tries to stop a server created by another user in the UI, the UI...

Allow a user with a shared app to start that app ## Reference Issues or PRs https://gitlab.jatic.net/jatic/team-metrostar/t-e-platform/-/issues/862 https://github.com/nebari-dev/jhub-apps/pull/487 ## What does this implement/fix? This implements/fixes the abitliy for a user...

### Preliminary Checks - [X] This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/nebari-dev/nebari/discussions ###...

area: documentation 📖

### Context This is create a list of any MISC Fixes/Know issues - [x] Clicking on the Nebari logo on the top/left should take you to `/hub/home` and that should...

### Feature description Add a search bar to the documentation site: https://jhub-apps.nebari.dev/docs/intro just like we have it on https://www.nebari.dev/ ![Screenshot 2024-11-15 at 3 17 48 pm](https://github.com/user-attachments/assets/69d38665-be4a-41f9-b43a-12bef9dde737) ### Value and/or benefit...

area: documentation 📖

### Feature description Many web applications are not relocatable; that is, they assume they are deployed at the root path of a URL. Many times this is the fault of...

### Feature description Currently the [Custom/generic app](https://jhub-apps.nebari.dev/docs/create-apps/custom-app) option is assumed to be run with `python -m `. This precludes the use of a generic Python script, as opposed to a...