Jupyter notebooks in the IDE: VS Code vs. PyCharm
towardsdatascience.com
Jupyter notebooks in the IDE: VS Code vs. PyCharm
1–10 of 62 posts
Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#2Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#3Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#4Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#5This misses a pretty stellar entrant in the field, Atom + Hydrogen. Works nicely with multiple kernels (I use R and Python), allowing notebook-like functionality across multiple languages.
Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#6This misses a pretty stellar entrant in the field, Atom + Hydrogen. Works nicely with multiple kernels (I use R and Python), allowing notebook-like functionality across multiple languages.
What do you mean misses? The author mentions that exact combination in paragraph 4.
Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#7Anyone else noticed that when editing a notebook in VS Code, one could lose unexecuted edits to a cell with accidental arrow key input (that defocuses the current cell and erases changes)? Too many times I have lost a paragraph worth of Markdown text midst typing, it’s kind of maddening.
The other issue is the language server seems to get into a funk regularly - the completion stops working as does the display of docstrings so I regularly use the "Developer: reload window" feature to reset everything.
Also the plots view is poor - it's basically just an SVG you can magnify - there's no proper zoom or rotation for 3d plots.
I was also irritated by the "smart" environment discovery stuff - just let me specify which python install or vent I want to use. Don't make be google to see what names/locations I have to use in order for an environment to magically appear in the list.
Also the editor extension (I use vi mode) is ignored. And even saving the notebook doesn't work the way every other editor pane works in vscode.
Hmm... writing this list makes me wonder why I haven't looked at alternatives.
Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#8Re: Jupyter notebooks in the IDE: VS Code vs. PyCharm
#9I am curious to see the general workflow expanded on. I hesitate to think there is a single correct way to keep a notebook. Seems flexibility is the key feature. And is why text is so well used.