Sorry, missed the charts part. In the past I have been using http://c3js.org/ and https://developers.google.com/chart/ and mixed them with http://www.ractivejs.org/ to provide data-binding for the charts. They are strictly JS libraries, so it doesn't really matter which framework you use.
You can off course use them as TW2 widgets if that helps you (just put the chart code as the template parameter of a widget and you are ready to go), I know there are widgets for plotting already done for TW2 around ( like https://github.com/toscawidgets/tw2.jqplugins.jqplot ) but never tried them. On Sat, Nov 21, 2015 at 6:07 PM, Alessandro Molina < [email protected]> wrote: > Pandas is a data transformation and analysis library, you can use it with > TG without much problems. > I have been using pandas and scikit-learn with TG projects in the past, so > you can freely mix them. > > On the iPython part, I don't what you intend as iPython is actually an > alternative python shell, so it's not much related to web development. > > On Sat, Nov 21, 2015 at 5:37 PM, Robert James Liguori < > [email protected]> wrote: > >> Do the Pandas and iPython frameworks work hand in hand with TG2 and >> ToscaWidgets... or are these separate frameworks? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TurboGears" 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/turbogears. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears. For more options, visit https://groups.google.com/d/optout.

