Setting up Jupyter notebook in PyCharm

Is it possible to setup the IDE to look more like the actual Jupyter notebooks with button to add code block and button to add a text box?

I am using a dark theme for my IDE, however is it possible to make only the Jupyter view white?

0
2 comments

PyCharm 2021.3 will include a new Jupyter implementation. You can try it now using PyCharm 2021.3 RC (https://www.jetbrains.com/pycharm/nextversion/) or the new DataSpell IDE (https://www.jetbrains.com/dataspell/)

There are dedicated buttons to create a new Code cell or Markdown cell.

1

Perfect timing! Cool I checked it out! More or less this is what I was looking for. The PyCharm representation of charts using matplotlib is also much better than in VS Code. I will for sure stick with PyCharm.

0

Please sign in to leave a comment.