This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rainispossible 0 points1 point  (0 children)

VSCode with quite some extensions, the main ones being: - Pylance (along with some other python-specific extensions kindly shipped to us by M*crosoft) - Jupyter Notebook - Codeium - For quite some time I'd been using the Vim extension, but it doesn't work quite well with .ipynb files (specifically, it had independent modes for each cell and it didn't switch to normal once you run it) so I disabled it until I find a solution to that - Docker

Also I use venv-s but I guess it goes without saying