jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.65k stars 348 forks source link

Custom environment settings dialog cannot handle spaces in path to conda executable #837

Open PaulKGrimes opened 3 months ago

PaulKGrimes commented 3 months ago

I just spent 30 minutes or so failing to get JLD to work with my existing mambaforge Jupyter Lab environment on Windows 11. The underlying issue is that the custom environment settings dialog cannot find conda.exe if there are spaces in the path to the executable - e.g. C:/Users/First Last/mambaforge/Scripts/conda.exe

There is also no dialog for adjusting the settings of an already configured environment from the list of environments, which would make accessing this setting easier.

JasonWeill commented 2 months ago

@mbektas Is there a way to escape spaces (First\ Last) or put a path in quotes ("C:/Users/First Last/…/conda.exe") to handle this situation?