dataquestio / project-walkthroughs

Data science, machine learning, and web development project code for https://www.youtube.com/c/Dataquestio .
900 stars 1.08k forks source link

possible to do with pycharm instead of jupyter ? #15

Open kwam777 opened 1 year ago

kwam777 commented 1 year ago

Hi, I'm Currently working on a sports project so i came across your Youtube Video and wanted to ask if it is possible to use Pycharm instead of jupyter Notebook, because i need to import my data into a database so that i will be able to visualize them. Thanks in Advance :)

KunalSharma2001 commented 1 year ago

Hey, Pycharm is to run scripts in continuation, whereas in Jupyter Notebook we run codes in cells, but in Pycharm we cannot. If you want to use some, software that is on your local machine you can download JetBrains Datalore for it.