2020 < link rel ="stylesheet " href ="_static/agogo.css " type ="text/css " />
2121 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
2222 < link rel ="stylesheet " href ="_static/ipython.css " type ="text/css " />
23+ < link rel ="stylesheet " href ="_static/flipcause.css " type ="text/css " />
2324
2425 < script type ="text/javascript ">
2526 var DOCUMENTATION_OPTIONS = {
3940 < link rel ="prev " title ="Jupyter and the future of IPython " href ="index.html " />
4041 </ head >
4142 < body role ="document ">
43+ <!-- Flipcause integration: -->
44+ < script >
45+ function open_window ( cause_id ) {
46+ var protocol = String ( document . location . protocol ) ;
47+ var new_url ;
48+ if ( / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / i. test ( navigator . userAgent ) ) {
49+ new_url = "https://www.flipcause.com/widget/" + cause_id
50+ window . open ( new_url ) ;
51+ }
52+ else {
53+ document . getElementById ( "fc-fade" ) . style . display = "block" ;
54+ document . getElementById ( "fc-fade" ) . style . webkitAnimation = "backfadesin 1s" ;
55+ document . getElementById ( "fc-fade" ) . style . animation = "backfadesin 1s" ;
56+ document . getElementById ( "fc-fade" ) . style . mozAnimation = "backfadesin 1s" ;
57+ document . getElementById ( "fc-light" ) . style . display = "block" ;
58+ document . getElementById ( "fc-light" ) . style . webkitAnimation = "fadesin 1.5s" ;
59+ document . getElementById ( "fc-light" ) . style . animation = "fadesin 1.5s" ;
60+ document . getElementById ( "fc-light" ) . style . mozAnimation = "fadesin 1.5s" ;
61+ document . getElementById ( "fc-main" ) . style . display = "block" ;
62+ document . getElementById ( "fc-main" ) . style . webkitAnimation = "fadesin 1.5s" ;
63+ document . getElementById ( "fc-main" ) . style . animation = "fadesin 1.5s" ;
64+ document . getElementById ( "fc-main" ) . style . mozAnimation = "fadesin 1.5s" ;
65+ document . getElementById ( "fc-close" ) . style . display = "block" ;
66+ document . getElementById ( "fc-close" ) . style . webkitAnimation = "fadesin 1.5s" ;
67+ document . getElementById ( "fc-close" ) . style . animation = "fadesin 1.5s" ;
68+ document . getElementById ( "fc-close" ) . style . mozAnimation = "fadesin 1.5s" ;
69+ document . getElementById ( "fc-myFrame" ) . style . display = "block" ;
70+ document . getElementById ( "fc-myFrame" ) . style . webkitAnimation = "fadesin 1.5s" ;
71+ document . getElementById ( "fc-myFrame" ) . style . animation = "fadesin 1.5s" ;
72+ document . getElementById ( "fc-myFrame" ) . style . mozAnimation = "fadesin 1.5s" ;
73+ document . getElementById ( "fc-myFrame" ) . src = "https://www.flipcause.com/widget/" + cause_id ;
74+ }
75+ }
76+ function close_window ( ) {
77+ document . getElementById ( "fc-fade" ) . style . display = "none" ;
78+ document . getElementById ( "fc-light" ) . style . display = "none" ;
79+ document . getElementById ( "fc-main" ) . style . display = "none" ;
80+ document . getElementById ( "fc-close" ) . style . display = "none" ;
81+ document . getElementById ( "fc-myFrame" ) . style . display = "none" ;
82+ }
83+ </ script >
84+ < div id ="fc-fade " class ="fc-black_overlay " onclick ="close_window() "> </ div >
85+ < div id ="fc-light " class ="fc-white_content ">
86+ < div id ="fc-main " class ="fc-main-box ">
87+ < div id ="fc-close " class ="fc-widget_close " onclick ="close_window() "> </ div >
88+ < iframe id ="fc-myFrame " iframe height ="580 " width ="925 " style ="border: 0; border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5); " scrolling ="no " src =""> </ iframe >
89+ </ div >
90+ </ div >
91+ <!-- /flipcause -->
92+
4293 < div class ="header-wrapper ">
4394 < div class ="header ">
4495 < div class ="logo "> < a href ="index.html ">
@@ -178,15 +229,26 @@ <h3>Book</h3>
178229 < div class ="tile " id ="donate ">
179230 < h4 > Support IPython</ h4 >
180231
181- < center >
182- < form action ="https://www.paypal.com/cgi-bin/webscr " method ="post ">
183- < input type ="hidden " name ="cmd " value ="_s-xclick ">
184- < input type ="hidden " name ="hosted_button_id " value ="SMCAHLP2ST42G ">
185- < input type ="image " src ="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif " border ="0 " name ="submit " alt ="PayPal - The safer, easier way to pay online! ">
186- < img alt ="" border ="0 " src ="https://www.paypalobjects.com/en_US/i/scr/pixel.gif " width ="1 " height ="1 ">
187- </ form >
188-
189- </ center >
232+ <!--This relies on some CSS & JS which is added in the _templates folder-->
233+ < div style ="background: #34677c;
234+ border-radius:0px 0px 0px 0px;
235+ font-weight:normal;
236+ font-family:Arial, Helvetica, sans-serif;
237+ border:none;
238+ box-shadow:none;
239+ left: 50%;
240+ margin-left:-72.5px; margin-top: 1em; margin-bottom: 1em;
241+ clear: both; display: block;
242+ width:145px; height:45px;
243+ line-height:2.8;
244+ position:relative;
245+ font-size:16px;
246+ text-align:center;
247+ cursor:pointer;
248+ color:#fff;
249+ text-decoration: none;
250+ z-index:1 "
251+ onclick ="open_window('MjI1Ng==') "> Donate Now</ div >
190252 < a href ="donate.html "> Find out more...</ a >
191253
192254 </ div >
@@ -206,7 +268,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
206268please acknowledge that fact by citing the project. As of now, the canonical
207269academic reference for IPython is < a class ="reference external " href ="http://fperez.org/papers/ipython07_pe-gr_cise.pdf "> this paper</ a > , for which here are both
208270a BibTex and a plaintext reference you can use:</ p >
209- < div class ="highlight-python "> < div class ="highlight "> < pre > @Article{PER-GRA:2007,
271+ < div class ="highlight-python "> < div class ="highlight "> < pre > < span > </ span > @Article{PER-GRA:2007,
210272 Author = {P\'erez, Fernando and Granger, Brian E.},
211273 Title = {{IP}ython: a System for Interactive Scientific Computing},
212274 Journal = {Computing in Science and Engineering},
0 commit comments