|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <meta name="description" content="IPython Cookbook, "> |
| 7 | + |
| 8 | + |
| 9 | + <!-- FAVICON --> |
| 10 | + <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> |
| 11 | + <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> |
| 12 | + <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> |
| 13 | + <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> |
| 14 | + <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> |
| 15 | + <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> |
| 16 | + <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> |
| 17 | + <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> |
| 18 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> |
| 19 | + <link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192"> |
| 20 | + <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160"> |
| 21 | + <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> |
| 22 | + <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> |
| 23 | + <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> |
| 24 | + <meta name="msapplication-TileColor" content="#da532c"> |
| 25 | + <meta name="msapplication-TileImage" content="/mstile-144x144.png"> |
| 26 | + |
| 27 | + |
| 28 | + <link rel="alternate" href="http://ipython-books.github.io/feeds/all.atom.xml" type="application/atom+xml" title="IPython Cookbook Full Atom Feed"/> |
| 29 | + |
| 30 | + <title>IPython Cookbook - VisPy tutorial</title> |
| 31 | + |
| 32 | + <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> |
| 33 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css"> |
| 34 | + <!--[if lte IE 8]> |
| 35 | + <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css"> |
| 36 | + <![endif]--> |
| 37 | + <!--[if gt IE 8]><!--> |
| 38 | + <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css"> |
| 39 | + <!--<![endif]--> |
| 40 | + <link rel="stylesheet" href="http://ipython-books.github.io/theme/css/styles.css"> |
| 41 | + <link rel="stylesheet" href="http://ipython-books.github.io/theme/css/pygments.css"> |
| 42 | + <!-- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> --> |
| 43 | + <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500" rel="stylesheet" type="text/css"> |
| 44 | + <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'> |
| 45 | + |
| 46 | + |
| 47 | + <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> |
| 48 | +</head> |
| 49 | + |
| 50 | +<body> |
| 51 | + |
| 52 | + |
| 53 | + <header id="header" class="pure-g"> |
| 54 | + <div class="pure-u-1 pure-u-md-3-4"> |
| 55 | + <div id="menu"> |
| 56 | + <div class="pure-menu pure-menu-open pure-menu-horizontal"> |
| 57 | +<ul> |
| 58 | + <li><a href="/">home</a></li> |
| 59 | + <li><a href="https://github.com/ipython-books/cookbook-2nd-code">Jupyter notebooks</a></li> |
| 60 | + <li><a href="https://github.com/ipython-books/minibook-2nd-code">minibook</a></li> |
| 61 | + <li><a href="http://cyrille.rossant.net">author</a></li> |
| 62 | +</ul> </div> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + |
| 66 | + <div class="pure-u-1 pure-u-md-1-4"> |
| 67 | + <div id="social"> |
| 68 | + <div class="pure-menu pure-menu-open pure-menu-horizontal"> |
| 69 | +<ul> |
| 70 | + <li><a href="https://twitter.com/cyrillerossant"><i class="fa fa-twitter"></i></a></li> |
| 71 | + <li><a href="https://github.com/ipython-books/cookbook-2nd"><i class="fa fa-github"></i></a></li> |
| 72 | +</ul> </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </header> |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + <div id="layout" class="pure-g"> |
| 80 | + <section id="content" class="pure-u-1 pure-u-md-4-4"> |
| 81 | + <div class="l-box"> |
| 82 | + |
| 83 | + <header id="page-header"> |
| 84 | + <h1>VisPy tutorial</h1> |
| 85 | + </header> |
| 86 | + |
| 87 | + <section id="page"> |
| 88 | + <p><a href="https://github.com/ipython-books/cookbook-code/blob/master/featured/06_vispy.ipynb">This page has moved.</a></p> |
| 89 | + </section> |
| 90 | + |
| 91 | + </div> |
| 92 | + </section> |
| 93 | + |
| 94 | + <footer id="footer" class="pure-u-1 pure-u-md-4-4"> |
| 95 | + <div class="l-box"> |
| 96 | + <div> |
| 97 | + <p>© <a href="http://cyrille.rossant.net">Cyrille Rossant</a> – |
| 98 | + Built with <a href="https://github.com/PurePelicanTheme/pure-single">Pure Theme</a> |
| 99 | + for <a href="http://blog.getpelican.com/">Pelican</a> |
| 100 | + </p> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </footer> |
| 104 | + |
| 105 | + </div> |
| 106 | + |
| 107 | +<!-- Start of StatCounter Code for Default Guide --> |
| 108 | +<script type="text/javascript"> |
| 109 | +var sc_project=9752080; |
| 110 | +var sc_invisible=1; |
| 111 | +var sc_security="c177b501"; |
| 112 | +var scJsHost = (("https:" == document.location.protocol) ? |
| 113 | +"https://secure." : "http://www."); |
| 114 | +</script> |
| 115 | +<script type="text/javascript" |
| 116 | +src="https://www.statcounter.com/counter/counter.js" |
| 117 | +async></script> |
| 118 | +<noscript><div class="statcounter"><a title="Web Analytics" |
| 119 | +href="http://statcounter.com/" target="_blank"><img |
| 120 | +class="statcounter" |
| 121 | +src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web |
| 122 | +Analytics"></a></div></noscript> |
| 123 | +<!-- End of StatCounter Code for Default Guide --> |
| 124 | +</body> |
| 125 | +</html> |
| 126 | + |
0 commit comments