Nicolas M. Thiéry

Results 274 comments of Nicolas M. Thiéry

Done at #13. Ideally the screenshot and config would have matched, but that will do!

That would be great indeed! And in general having some syntax for setting cell metadata. Asecond use case: writing exercise sheets with automatic feedback / grading with [ordo](https://github.com/nbgallery/ordo) / [nbgrader](https://github.com/jupyter/nbgrader)...

Sage is on a good migration path to Python 3; presumably the first official release that will be Python 3 by default will come early next winter. In addition, in...

On Sun, Sep 10, 2017 at 08:02:30PM +0000, Chris Kees wrote: > I know that New Orleans meeting is not convenient for most on this > list, but I'd be...

cc @haraldschilly ([CoCalc](https://cocalc.com), formerly SageMathCloud)

This could actually be relevant for #151.

Thanks @minrk, @DeFeo for investigating this! That's already a nice start. @minrk Could you provide an example notebook demonstrating your javascript code in action? For now, it's fine if, e.g.,...

> [1]@nthiery Sure. I'll try to put up a demo notebook soon. Great, thanks!

> It might be useful to have support for ipywidgets too, for example > showing some interact and change the widgets. I know that one can > easily modify widgets...

I was precisely trying this out; thanks for the tip though! This indeed works smoothly: ```python from ipywidgets import interact, interactive from IPython.display import display import time def f(z=(0,10)): return...