In[1]:
path=\'/Users/apple/Downloads/train.csv\'
open(path).readline()
Out[1]:
FileNotFoundError Tr
Install jupyter. Open terminal. Go to folder where you file is (in terminal ie.cd path/to/folder
). Run jupyter notebook
. And voila: you have something like this:
Notice that to open a notebook in the folder, you can either click on it in the browser or go to address:
http://localhost:8888/notebooks/name_of_your_file.ipynb