Amit Kumar

Results 188 comments of Amit Kumar

@kcpevey Relevant PRs: - #63 - https://github.com/nebari-dev/nebari/pull/2189

Hey @jourdain thanks for raising the issue. The documentation for custom apps isn't there yet. That's probably the reason for all the confusion. The generic python command does support dynamic...

I did a quick test using the following environment: ```yaml channels: - conda-forge dependencies: - jhub-apps - streamlit - gradio - voila - dash - ipykernel - trame - trame-vtk...

I was able to get the trame app working by using the following command: ``` trame.app.demo {--}server {--}host 0.0.0.0 {--}port {port} ``` ![trame](https://github.com/nebari-dev/jhub-apps/assets/5647941/a5214187-28c2-4e72-bd43-30000f94d7aa)

We use conda-project's python interface to parse `conda-project.yml` file to fetch meta data to create apps: Example file https://github.com/nebari-dev/jhub-apps-from-git-repo-example/blob/main/conda-project.yml https://github.com/nebari-dev/jhub-apps/blob/badcc92464d2526650059a7d505edc0e5133d787/jhub_apps/service/app_from_git.py#L100 >And if you're using micromamba how do tests pass for...

> From a quick glance it looks that is only set on c.DaskGateway.authenticator_class I guess we should rename it to NebariDaskAuthenticator and add another one to set on c.JupyterHub.authenticator_class. Sounds...

> Is this for testing only, or does it take precedence over the one from nebari? Yes, only for testing. That's an example `jupyterhub_config.py` for docker spawner.

>Well, it looks like targeting the very outdated version we have, while possible, may not be worth it because the divergence in codebase is significant as accummulated over two years...

>No. Currently the user needs to logout and login back for it to be reflected. However, we can set: I think this is reasonable for our use case, the alternatives...

Making a call to JupyterHub API, on: `https:///hub/api/users/[email protected]` I noticed the following: ```json { "roles": [ "admin", "user" ], "last_activity": "2024-04-03T13:47:46.510679Z", "server": null, "pending": null, "admin": true, "groups": [], "created":...