You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings page for the new JupyterLab Desktop app (version 3.6.1) gives you two choices for "JupyterLab UI mode," and they are called "Web app" and "Client app." There are two problems:
These are not documented anywhere I could find by searching the web, so I just decided to experiment with them.
Switching to "Client app" and restarting caused the application to no longer detect my Python environment (which it had previously correctly detected) and thus gray out the "New notebook...," "New session...," and "Open..." buttons on the start page.
Reproduce
Open JupyterLab Desktop app.
Open its Settings.
Switch to Client app.
Apply and restart.
Expected behavior
I expected there to be documentation on these two options and that both would work.
Context
Operating System and version: Mac OS 12.4
JupyterLab-Desktop version: 3.6.1
Installer: .dmg
My suspicion from the tooltips on those two options is that one of them runs JupyterLab from within the Python environment you've selected and the other one just runs the Python kernel from that environment, but runs JupyterLab from within the Python environment that the desktop app can install for you. And since I hadn't asked it to install a Python environment for me, it didn't have one. If that's correct, it's particularly confusing that you get a message about your Python environment not being detected when the only setting you changed didn't have anything to do with your Python environment!
If this suspicion is correct, then perhaps the right thing to do is to gray out "Client app" when it doesn't actually apply, and place a message below it saying that you can't use it unless you install the bundled Python environment first. (But I'm guessing here about what the problem might be.)
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
The settings page for the new JupyterLab Desktop app (version 3.6.1) gives you two choices for "JupyterLab UI mode," and they are called "Web app" and "Client app." There are two problems:
Reproduce
Expected behavior
I expected there to be documentation on these two options and that both would work.
Context
My suspicion from the tooltips on those two options is that one of them runs JupyterLab from within the Python environment you've selected and the other one just runs the Python kernel from that environment, but runs JupyterLab from within the Python environment that the desktop app can install for you. And since I hadn't asked it to install a Python environment for me, it didn't have one. If that's correct, it's particularly confusing that you get a message about your Python environment not being detected when the only setting you changed didn't have anything to do with your Python environment!
If this suspicion is correct, then perhaps the right thing to do is to gray out "Client app" when it doesn't actually apply, and place a message below it saying that you can't use it unless you install the bundled Python environment first. (But I'm guessing here about what the problem might be.)
The text was updated successfully, but these errors were encountered: