I agree. The notebook format is just a well-defined json format. We
can easily generate it. We need to make sure we do the right thing
with the binary resources, like plots, and also that we generate valid
markdown.

Aaron Meurer

On Fri, Jan 24, 2014 at 10:12 AM, Ondřej Čertík <[email protected]> wrote:
> On Wed, Jan 22, 2014 at 11: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.
>
> As Brian said, I would go with this.
>
> Btw, after this is done, then we can integrate it with Wakari or Sage
> Cloud, to let people load the IPython notebook there.
> As Brian said, hosting an actual, executable IPython notebook is
> non-trivial. So we can simply let other people take care of that,
> and all we need is to load our generated IPython notebook json file in
> there. But let's get the first thing working first.
>
> Ondrej
>
>> 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.
>
> --
> 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.

-- 
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.

Reply via email to