Why not just found a way to attach Ipython notebook (which seem to had been renamed Jupyter) to your app??
https://jupyter.org/ By providing dataset over which users can interact with... I am not sure exactly how to do that, but one idea could be to db select data that user can play with inside a module that can be import in an notebook... It would be very powerful and you don't have to care about security as it assured by ipython notebook... Richard On Thu, Apr 28, 2016 at 2:31 AM, Carlos Kitu <[email protected]> wrote: > Thank you very much Leonel. This is also a very useful hint. As with the > previous recommendation I need a deeper knowledge about the subject to make > a decission, and this is a good point to start with. > > Thank you and best regards. > > El miércoles, 27 de abril de 2016, 14:48:18 (UTC+2), Leonel Câmara > escribió: >> >> Have you considered creating a DSL? Creating a DSL in python is quite >> easy. Python might be easy but it is still an imperative language, >> non-programmers don't think in either imperative or functional terms, they >> think declaratively, they want to declare what they want to the computer >> and let it figure it out how to do it. >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

