The notebook cannot be run on Google App Engine: * Tornado doesn't run. * They can't proxy WebSockets.
In order to run IPython Notebooks in the cloud you will have to build a complex cloud based architecture on Amazon/Rackspace that deploys notebook servers on isolated VMs or LXC/Docker containers. It can be done (see Wakari), but is a very non-trivial project. Based on this I would just go with the first idea. On Wed, Jan 22, 2014 at 10:22 PM, SAHIL SHEKHAWAT <[email protected]> wrote: > For some time now i have been working to integrate ipython notebook in sympy > gamma, and i have come up with two ways and now i want to know which one is > better so that i can send it as pull request. > First: code to generate just the ipython format json file which i have done > to a certain extent already, by taking reference from ipython (obviously as > it is specific to ipython) its advantage is that it is be of just few kbs > and it just does what we want. > Second: entire ipython repository can be used as a submodule and we can > provide chunks of our result's card's codes to it.i am not sure whether > tornado can be run on google app engine. its advantage would be that it will > run the ipython notebook server which enables the user to change the input > if he wants to as DAVID said. > But the problem with first is simply the lack of any additional feature..we > want it to create ipynb file and it does.. > > i have written significant codes on the first one though it is not complete > yet but now as i have come with this second idea , > i want to ask which is a good one so that i can work on the same.. > i think first one will be complete in a day or two... > i had to get familiar with the ipython codes and thats why i took this much > time..but now as i have come with something..help me > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- Brian E. Granger Cal Poly State University, San Luis Obispo [email protected] and [email protected] -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
