ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
199 stars 38 forks source link

Streamlit runs on a different conda environment #81

Closed faye1225 closed 2 years ago

faye1225 commented 3 years ago

Describe the bug no

To Reproduce I referenced this conclusion:issue But it doesn't seem to work

  1. I created two envs,The name is py3.7 in the env is not installed streamlit image

  2. And choose py3.7. The page error I was thinking of was streamlit not found image

  3. But it still runs in base env. The environment inside the container is still base image

Configuration zero to kubernetes

danlester commented 2 years ago

Hopefully you've solved this already. If not, how about trying to enter the full path to the Conda env in case it's not guessing the default location correctly?

i.e. try entering /home/jovyan/.conda/envs/py3.7 in the Dashboard edit page.