Hi Björn and Aaron, Seems like a good idea Björn.
Although, as I had already told you Aaron, that I had started working on iPython Notebooks for SymPy Gamma here - https://sympy-gamma-testing.appspot.com/ . Though there seems to be some problem I guess with Jupyter itself. I'll try and fix that as well. I am also working on including plot figures and other cards' data in the iPython notebook as well. Your opinion on this Aaron? I am not sure, but, would that somehow help for this idea of yours as well - Björn ? Thanks, Ashutosh Saboo On Thursday, 7 April 2016 15:39:16 UTC+5:30, Björn Dahlgren wrote: > > > > On Sunday, 30 August 2015 23:00:43 UTC+2, Aaron Meurer wrote: >> >> That sounds like a good idea. Having them in a separate repo would make >> it less of a big deal to include inline plots in the notebooks. >> > > Yes, I have strong feelings against checking in any inline plots (or > generated binary data in general) into the SymPy repository. > The issue recently surfaced here: > https://github.com/sympy/sympy/pull/10869 > > Regarding doctesting the actual notebooks: I have been doing this in my > projects for a while (rendering notebooks as part of CI process, thus never > checking in any output data). See e.g. > http://hera.physchem.kth.se/~chempy/branches/master/examples/ for an > example. > The rendering (and testing) is achieved by using nbconvert: > > ipython2 nbconvert --to=html --debug --ExecutePreprocessor.enabled=True > *.ipynb > > In case someone wants to try to set this up (the CI servers would need to > push artifacts somewhere on success). > -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/5c51e0d3-c6ee-4e2a-adb1-c3e80f9e1640%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
