MIKE LEVIN AI SEO

Future-proof your skills with Linux, Python, vim & git as I share with you the most timeless and love-worthy tools in tech through my two great projects that work great together.

Fixing Jupyter Desktop Set Python Environment Error Message

I recently encountered an error message when using JupterLab-Desktop 3.3.4-2 and was able to fix it by installing the official Python 3.10.5 from Python.org and creating a venv named pyw3105. Read my blog post to find out how I did it and learn how to fix the Jupter Desktop Set Python Environment problem.

Fix JupterLab-Desktop Error Message with Python 3.10.5 and venv pyw3105

By Michael Levin

Wednesday, June 22, 2022

I’m currently JupterLab-Desktop 3.3.4-2 and got an error message I hadn’t seen since the last version 3.3.4-1 I had to skip (because of this error). But I got it spontaneously on the latest version I’ve been using for months and I can’t let JupyterLab Desktop get taken away from me, so I decided to fix it.

Would have liked to have gotten back to LXD.

In my attempt to fix the Jupyter Desktop Set Python Environment problem, I:

And that “registered” the new Python 3.10.5 kernel with JupyterDesktop and it’s now my default (yay!)

To get JupyterLab working again, I believe it was a result of deleting the JupyterLab config file:

jupyterlab-desktop-data

Found in a Windows path like:

C:\Users[username]\AppData\Roaming\jupyterlab-desktop

I am sorry I had to break this into two videos and that I went the long way in fixing it. However, I’m very happy I’m on Python 3.10.5 in JupyterLab now.

Perhaps it was providence that it spontaneously stopped working (giving that Jupyter Desktop Set Python Environment error).

Part 1: The Failure

Part 2: The Success

Categories