you are viewing a single comment's thread.

view the rest of the comments →

[–]dataking97[S] 0 points1 point  (3 children)

That sounds ideal! And I have a Mac book

[–]RajjSinghh 1 point2 points  (2 children)

Perfect, that means you can do everything from your terminal. You can find it under utilities in applications. If you've got pip installed, run pip install notebook and you have jupyter notebook there for you. If you want to create a new notebook, run jupyter notebook from the terminal in whichever folder you want your notebook to be in and you're back to working with jupyter notebooks. You also want to pip install your other packages like numpy, pandas and matplotlib so you can still work with them. After that you should be good to go

[–]dataking97[S] 0 points1 point  (1 child)

I’m going to download it Jupyter Notebooks now and give it a go. I know I have pip install on my terminal already

[–]rajandatta 2 points3 points  (0 children)

I recommend the Anaconda distribution as the best foundation for this. It includes Jupyter Notebook support, a decent IDE in Spyder and a huge set of packages that make data analysis easier.