ó
‹'=[c           @   sl  d  d l  Z  d  d l m Z d d l m Z m Z m Z m Z m Z m	 Z	 m
 Z
 m Z e e  j d ƒ ƒ Z e e  j d ƒ ƒ Z e d d ƒ Z e j j e d	 d
 d d d ƒƒ e j j e d d d d d e ƒ ƒ e j j e d d
 d d d ƒƒ e j j e d d d d d e ƒ ƒ e j j e d d d d d e d e	 d d d d d d d d d  e d! e d" d# d$ d% d& d' d d ƒ 
e	 d d( d d d d d d d  e d! e d" d# d$ d% d& d' ƒ 	e	 d d) d* d+ d, d- d. d/ d0 d1 g ƒ g ƒ ƒ e d d2 d3 d4 d5 d6 d7 d8 ƒ g Z e
 d d9 d: d; d< d= d> d= d? d@ dA e ƒ Z e dB e e d dC ƒ g dD e ƒ Z dE Z d S(F   iÿÿÿÿN(   t   encodestringi   (   t   NotebookNodet   new_code_cellt   new_text_cellt   new_worksheett   new_notebookt
   new_outputt   new_metadatat
   new_authori   i   t   namet
   worksheet1u   htmlt   sources   Some NumPy Examplest   renderedt   inputs   import numpyt   prompt_numberi   t	   collapsedu   markdowns   A random arrays   a = numpy.random.rand(100)s   print ai   t   outputst   output_typeu   pyoutt   output_textu	   <array a>t   output_htmlu   The HTML rept   output_latexu   $a$t
   output_pngt   output_jpegt
   output_svgu   <svg>t   output_jsonu	   json datat   output_javascriptu   var i=0;u   display_datau   pyerrt   etypeu	   NameErrort   evalueu   NameError was heret	   tracebacku   frame 0u   frame 1u   frame 2s   Bart Simpsont   emails   bsimpson@fox.comt   affiliationu   Foxt   urlu   http://www.fox.comu   My Notebookt   licenseu   BSDt   createdu   8601_goes_heret   modifiedt   gistidu   21341231t   authorst
   worksheetst
   worksheet2t   metadatasØ   # -*- coding: utf-8 -*-
# <nbformat>2</nbformat>

# <htmlcell>

# Some NumPy Examples

# <codecell>

import numpy

# <markdowncell>

# A random array

# <codecell>

a = numpy.random.rand(100)

# <codecell>

print a

(   t   ost   base64R    t   nbbaseR   R   R   R   R   R   R   R   t   urandomt   pngt   jpegt   wst   cellst   appendt   Falset   TrueR$   t   mdt   nb0t   nb0_py(    (    (    s;   lib/python2.7/site-packages/nbformat/v2/tests/nbexamples.pyt   <module>   sv   :



	