from IPython.core.display import Image from IPython.core.display import HTML from IPython.lib.display import YouTubeVideo !open https://github.com/bigsnarfdude !open https://github.com/bigsnarfdude/bsides_vancouver_2013 !open https://twitter.com/bigsnarfdude !open http://bigsnarf.wordpress.com !open http://bigsnarf.wordpress.com/2012/03/23/big-data-infosec-bigsnarf-open-source-solution/ !open http://bigsnarf.wordpress.com/2012/03/21/bigsnarf-sneek-peek-big-data-infosec-open-source-solution/ Image(filename="Screen Shot 2013-03-01 at 10.14.52 AM.png") Image(filename="Screen Shot 2013-03-01 at 10.16.28 AM.png") Image(filename="Screen Shot 2013-03-01 at 10.28.43 AM.png") Image(filename="photo.jpg") Image(filename="photo copy 2.png") Image(filename="photo copy 3.png") Image(filename="photo copy.png") Image(filename="Screen Shot RCMP.png") Image(filename="Screen Shot plug.png") Image(filename="Screen Shot Crime.png") Image(filename="Screen Shot Easy.png") !open http://encase.com !open http://www.accessdata.com/products/digital-forensics/ftk # print hello world print "Hello World!" %%ruby puts "Hello from Ruby #{RUBY_VERSION}" %%bash echo "hello from $BASH" x = linspace(0, 2*pi) plot(x, sin(x), label=r'$\sin(x)$') plot(x, cos(x), 'ro', label=r'$\cos(x)$') title(r'Two familiar functions') #legend() X = np.array([0,1,2,3,4]) Y = np.array([3,5,4,6,7]) plot(X,Y) YouTubeVideo(id="9aC7yIYwvAY", width=600, height=400) HTML("