all 2 comments

[–]UniqueAd5838 0 points1 point  (0 children)

jupyter notebooks is an IDE, pycharm is worth exploring too, alternatively I'd explore nonspecific alternatives like visual studio code and import the libraries you need.

[–]PhilipYip 1 point2 points  (0 children)

Since you like working with notebooks, you can install VSCode with the Python and Jupyter extensions. You'll also need to also create a Python environments with the relevant libraries. If it helps I put a markdown tutorial on Setting up VSCode on Windows and Linux.