Amit Kumar

Results 188 comments of Amit Kumar

>When generating github action using cirun for osx-arm64, we get: Cirun doesn't generates github actions workflow, its conda-smithy that does that. setting labels in `.cirun.global.yml` and github workflows is user's...

This isn't tested well yet, at the moment.

Hey @tsi-rnguyen thanks for reporting this. I have a few questions: 1. What does your `jupyterhub_config.py` looks like 2. What does your environment look like? What do you see on...

Thanks for the config, taking a quick look at it, it seems you're missing (it's not documented): ```python from jhub_apps import theme_template_paths c.JupyterHub.template_paths = theme_template_paths c.JupyterHub.default_url = "/hub/home" c.JAppsConfig.jupyterhub_config_path =...

I just deployed a fresh TLJH and created a file named `config.py` at `/opt/tljh/config/jupyterhub_config.d/config.py`, with following contents. ```python from tljh.user_creating_spawner import UserCreatingSpawner from jhub_apps.configuration import install_jhub_apps from jhub_apps import theme_template_paths...

>I can start JupyterLab without issues, and I can see the new Hub Control panel, but when i try to create a streamlit app I assume you do have `streamlit`...

> This might be too radical and not the kind of suggestion you are asking for, but could it be solved on the jhub-apps level? I mean jhub-apps is meant...

Looks like its still failing: https://github.com/nebari-dev/nebari/actions/runs/13252428164/job/36993020527#step:13:220 (?)