Can you share the actual notebook file instead of a pdf? I'd like to run it.
I don't know of the exact changes to Jupyter that have started causing us problems. There are various issues in the tracker where we were dealing with errors printing latex environments. You can run your notebook with the environment variable SYMPY_DEBUG set to True for some output from the printing mechanisms. Jason moorepants.info +01 530-601-9791 On Sat, Nov 28, 2015 at 9:03 AM, Alan Bromborsky <[email protected]> wrote: > Attached is pdf of notebook. Sometimes LaTeX rendering works and > sometimes the tex ascii is printed instead. > > On Sat, Nov 28, 2015 at 11:56 AM, Alan Bromborsky <[email protected]> > wrote: > >> Jason could you send a link as to where the changes for LaTeX printing >> for the jupyter notebook are documented. I would need to change my >> galgebra printing code which is no longer part of sympy. >> >> On Sat, Nov 28, 2015 at 11:28 AM, Jason Moore <[email protected]> >> wrote: >> >>> Johannes, >>> >>> Can you submit and issue on the Github repository with code that >>> reproduces the error and a screenshot of the notebook. We've had to fix >>> some printing bugs due to changes in Jupyter notebooks recently. This may >>> just be another one. >>> >>> >>> Jason >>> moorepants.info >>> +01 530-601-9791 >>> >>> On Fri, Nov 27, 2015 at 3:23 PM, Alan Bromborsky <[email protected]> >>> wrote: >>> >>>> I think jupyter is having growing pains. LaTex rendering stopped >>>> working for me too. I have an Xbuntu virtual machine (vmware player) where >>>> the rendering works. If you wish I can put the Xbuntu virtual image on my >>>> Google drive and you could download it (several GB). You would have to >>>> install vmware player (free) on you windows machine. Note that I have >>>> found Chromium works better that Firefox for Jupyter. >>>> >>>> On Fri, Nov 27, 2015 at 5:22 AM, Johannes <[email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> I have going to use sympy in the jupyter qtconsole with >>>>> init_session(use_latex = True). I have installed MikTex on my windows >>>>> machine and it works quite fine. I have worked through the tutorial and >>>>> hit >>>>> problems at the galgebra module. I can't get the pretty latex output in >>>>> the >>>>> qtconsole for the galgebra objects. >>>>> >>>>> Can anybody give me some advise what I have to do to get the same >>>>> latex rendering for the ga objects as for the other tutorial objects, e.g. >>>>> Integral etc? >>>>> >>>>> Is this a defect or as a feature? >>>>> Can I expect better working for sympy 1.0? >>>>> Are there other modules also not working with the latex output in the >>>>> qtconsole? >>>>> >>>>> Anyway, thank you very much for the amazing sympy library! >>>>> >>>>> Best, >>>>> Johannes >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> 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. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/sympy/6abc7713-1c8e-4695-8dde-2ffc60b869c6%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/sympy/6abc7713-1c8e-4695-8dde-2ffc60b869c6%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>>> 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. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/sympy/CALOxT-mmOew%3D-O%2BVpoTtitbAmi9dP7%3DMgTqcAt0YUPFxd3WL5w%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/sympy/CALOxT-mmOew%3D-O%2BVpoTtitbAmi9dP7%3DMgTqcAt0YUPFxd3WL5w%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> 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. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/CAP7f1AjvuEw6ZNGUvo429ZBqeOpn%3DkSO2g8taKwRvhppjsikGA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/sympy/CAP7f1AjvuEw6ZNGUvo429ZBqeOpn%3DkSO2g8taKwRvhppjsikGA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CALOxT-nvSBepKTGM3%3D-eGm4xLv0pZ5RDUMkgu-RoPXb%2BAyPw5A%40mail.gmail.com > <https://groups.google.com/d/msgid/sympy/CALOxT-nvSBepKTGM3%3D-eGm4xLv0pZ5RDUMkgu-RoPXb%2BAyPw5A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1Ajtf2_aJi%3Dg-JquwAEbNNfMESUChgJHVpO0y-oJ0TYHfQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
