python
>>> quit()
ipython
>>> quit()
ipython notebook
- Note: Your notebooks and other generated files will be saved in the directory where you launch ipython from (i.e., your present working directory).
- Second note: Any paths you reference in your notebook like pandas.read_csv('file.csv') will be relative to your present working directory.
ipython notebook <notebook.ipynb>
ctrl+c