I was able to successfully run VSCode remotely and it’s great… but only with Python files, i find it to be very unpractical for jupyter notebooks. First, all the referencing in the ipynb notebooks, such as go to definition, etc…, isn’t working (after all the imports). Second, debugging which was my main reason for wanting to use VSCode remotely is not working, even after going through their official instructions. Last, the VSCode jupyter extension is cool, as you can run cells interactively, cell by cell or all, but it is nowhere to be compared to Jupyter’s fluidity.
So, my conclusion is to use it remotely with Python files but not with ipynbs. Now I understand why vim is preferred… Haven’t played much with vim, but I will next. I would love to hear your experience with the above @sgugger and @simonjhb
Thanks
