iPython Notebook Intro
[melvincabatuan](https://github.com/melvincabatuan)
message = 'Hello World!'
!echo $message
Hello World!
print("Hello World!")
Hello World!
from IPython.display import Image
Image(url='https://emptyencore.files.wordpress.com/2011/05/the-witcher-2-19121.jpg')
The compound interest formula states that:
R=Pertwhere:
ls
Anaconda-2.1.0-Linux-x86.sh* HelloNotebook.ipynb NotebookEssentials.ipynb RISE-master.zip Styling_notebooks.ipynb Details Introduction NotebookSetup.ipynb SlideSample.ipynb Evolution-of-Swarming-Experiment/ node-v0.12.0/ RISE-master/ SlideSample.slides.html
from IPython.display import Audio
Audio(url="http://www.nch.com.au/acm/8k16bitpcm.wav")
from IPython.display import YouTubeVideo
YouTubeVideo('j9jbdgZidu8')
from IPython.display import IFrame
IFrame('http://www.dlsu.edu.ph/', width='100%', height=540)