I’ve been trying to find a a way to connect a Colab instance to Dataspell but there doesn’t seem to be a way of doing it, if anyone here has managed to do it I’d love to know how.
Running a local Notebook server on windows has proven to be kind of annoying (the server that’s integrated with Dataspell) because it always has some sort of an issue downloading PyPi packages on Windows so much so that I’ve had to use Ubuntu with WSL as the server. Even Pycharm with virtualenvs was running into some of these issues while attempting to work on other projects… and I’m not downloading some obscure PyPi package… even popular projects like Flask and the Requests package we’re having issues.
I have not had problems with PyPi on Mac or windows, but when I started using Pycharm and later Dataspell I did experience a lot of confusion setting up the interpreter. If you installed Anaconda and tried to do things through their defaults it was just one problem after another. I later found that Anaconda package management headaches are widespread and if you absolutely have to use it then you're better off with MiniConda.
As for Jetbrains products, once I figured out how to configure the Python interpreter and switched to using my own venv I had no more problems. I love Jetbrains' products but the configuration is sometimes hard to wrap your head around.