<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 07/29/2014 06:25 PM,
<a class="moz-txt-link-abbreviated" href="mailto:jep200404@columbus.rr.com">jep200404@columbus.rr.com</a> wrote:<br>
</div>
<blockquote
cite="mid:20140729182541.0be8bb7d.jep200404@columbus.rr.com"
type="cite">
<pre wrap="">On Sun, 27 Jul 2014 23:36:38 -0400, Tom Hanlon <a class="moz-txt-link-rfc2396E" href="mailto:tom@functionalmedia.com"><tom@functionalmedia.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">[I]Python notebooks ...
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://ipython.org/">http://ipython.org/</a>
Ipython notebooks are fantastic. Fernando Pérez made ipython.
You can see videos[7] of his presentations online. nbviewer[2]
allows one to view notebooks that are on the web without
installing software on the viewing computer, except a browser.
The past weekend's PyOhio[1] had at least one good presentation
done in ipython notebook[4].</pre>
</blockquote>
Sagemath is offering Ipython notebooks on their cloud server. A
discussion of this new collaboration technology can be found on
their facebook page.<br>
<br>
<a class="moz-txt-link-freetext" href="https://www.facebook.com/permalink.php?story_fbid=10150328770259946&id=26593144945">https://www.facebook.com/permalink.php?story_fbid=10150328770259946&id=26593144945</a><br>
<br>
"IPython Notebooks are now part of the Sagemath Cloud! Start using
them at <a href="https://cloud.sagemath.com/" target="_blank"
rel="nofollow" onmouseover='LinkshimAsyncLink.swap(this,
"https:\/\/cloud.sagemath.com\/");'
onclick='LinkshimAsyncLink.swap(this,
"https:\/\/www.facebook.com\/l.php?u=https\u00253A\u00252F\u00252Fcloud.sagemath.com\u00252F&h=aAQGyI08E&enc=AZNMDYg8e1lTpEZQrCdnwx6gtEE1EQnWHgio_5y2uiaidhnILjNR7pqNHs-7KT7C2-W7DJgcbIgboezMtjQVaDVHw5VACGaM7gzPJISLTIbmwVqsGTE0UFoY1qEyvbPr3l3KDwUJcUbS5KDzgsbTPmE4&s=1");'>https://cloud.sagemath.com.</a>
Just make a project, click "+New", then click the "IPython" button,
or just upload and open any ipynb file. This was a huge amount of
work, because it was necessary to implement synchronization for
IPython notebooks; you can have multiple people edit a notebook at
once, and have multiple browsers/browsers tabs viewing the same
notebook (which can be useful when editing). There's also proper
proxy-ing and authentication, which was surprisingly difficult to
sort out..."<br>
<br>
Something else to ponder is using boot2docker to implement a local
copy of Ipython notebooks for a mac and windows users.<br>
<br>
<br>
</body>
</html>