Learning Objectives

  • Get to know the overall Notebook environment
  • The usage of cells
  • Interactively explore Python
  • Basic shell commands and navigating directories
  • Use keyboard shortcuts
  • Exporting notebooks as .py
  • Magic functions
  • Save and exit

In [8]:
a="iPython Notebook "
b="is amazing!"
a+b


Out[8]:
'iPython Notebook is amazing!'

In [5]:
from IPython.core.display import Image

In [17]:
display(Image('./ex1/figures/IPython.png'))



In [13]:



admin/                ex1/  ex4/                  slides/
basemap-1.0.7/        ex2/  ex5/                  Untitled0.ipynb
basemap-1.0.7.tar.gz  ex3/  Intro_notebook.ipynb  venv/

In [14]:



/rcm_workshop/c2sm01/pyws/ex1

In [15]:



Out[15]:
u'/rcm_workshop/c2sm01/pyws/ex1'

In [16]:



/rcm_workshop/c2sm01/pyws

In [ ]: