-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplication in "manage python environments" #787
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
If you open a |
@Bobson1729 did you create any environments using JupyterLab Desktop? If so, did you use conda or venv type? |
I didn't manually create any environments. The only one I have is "base" from miniconda. I installed Jupyterlab and Notebook from conda (conda-forge), and JLD via windows install. All the duplicate environments in JLD environments all point to the exact same location (which is the base environment) and when I set one of them to default, they all say "default" . conda env list only shows the base environment as well. I did many reinstalls of jupyterlab, jupyter notebook, and jld to try and get the install right. Is there a config file somewhere which lists the environments found by jld? Perhaps this just didn't clean up old info and every reinstall just added to this file instead of replacing it? Again, thanks for your help! |
thanks for the in @Bobson1729 . The issue is caused by multiple discoveries of the same environment and deduplication not working properly. this change must have caused it. environments are stored in application data file, but even if you delete the duplicate entries, app will rediscover and reduplicate at next launch. |
Thanks! No issues with the functionality. |
hi @Bobson1729 , I implemented a fix for this issue. could you test it using the PR build output here before I publish it. |
I would love to help, @mbektas , but I'm afraid I don't know how. I am very much a beginner here. Is there a way that you can compile a new "JupyterLab-Setup-Windows-x64.exe" installer for me? |
@Bobson1729 the link I shared (scroll to bottom to Artifacts section) had a link to latest installer with the fix. you can download and extract it and install. thanks! |
@mbektas Got it. Works great! |
thanks for testing @Bobson1729 ! |
I have duplication in "manage python environments". I am not sure this is an issue with Jupyterlab Desktop, JupyterLab, miniconda, or something else.
Thanks for your help!
The text was updated successfully, but these errors were encountered: