Closed michaelpginn closed 9 months ago
@michaelpginn could you try these in a Mac Terminal. do you see any errors when you launch JupyterLab this way?
cd into directory you tried to open in JupyterLab Desktop UI
jlab env activate
jupyter lab
in the logs, I noticed that python executable was not found at /Users/milesper/Library/jupyterlab-desktop/jlab_server/bin/python
. can you double check that?
you can reinstall the bundled environment using jlab env install --force
in a Mac terminal. Note that this will first delete the existing installation.
Thanks, that worked! Looks like my jlab_server
folder was missing, somehow.
Description
When opening any new folder with JupyterLab, I get the error
Invalid Environment for Project
with no way to fix the issue.Reproduce
Expected behavior
The invalid environment appears to be the one bundled with the app, so I'm not sure why the error would be occurring. At the very least, there should be a way to switch environments in this case.
Context
Troubleshoot Output
Browser Output (required for interface issues after loading)
Logs (required for issues with loading, server and startup)