Between Jupyter Notebook and Pycharm

GoodBetterBest

Supremacy Member
Joined
Jan 23, 2019
Messages
6,239
Reaction score
2,119
I like Jupyter Notebook for Data Science. I like Pycharm for the debugging algorithms. But when I use Pycharm for algo, I also want to test out small code fragments like in J Notebook. I have to cut / paste the codes over manually to test.

Is there a easier way to test code fragments in Pycharm instead of cut/paste ?

Thanks !
 

leofireng86

Junior Member
Joined
May 19, 2008
Messages
85
Reaction score
1
I like Jupyter Notebook for Data Science. I like Pycharm for the debugging algorithms. But when I use Pycharm for algo, I also want to test out small code fragments like in J Notebook. I have to cut / paste the codes over manually to test.

Is there a easier way to test code fragments in Pycharm instead of cut/paste ?

Thanks !


Apologies for reviving this two-month-old thread. May I interest you in using Visual Studio Code for your development and debugging purposes?

I swapped to VS Code a few months ago as I need to debug other people's code in Jupyter Notebook,

You can refer to the link below:

https://code.visualstudio.com/docs/datascience/jupyter-notebooks
 

GoodBetterBest

Supremacy Member
Joined
Jan 23, 2019
Messages
6,239
Reaction score
2,119
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top