Re: [sage-devel] Live documentation with Thebe reloaded

2017-10-20 Thread Nicolas M. Thiery
On Fri, Oct 20, 2017 at 05:09:06PM +0200, Jeroen Demeyer wrote: > This seems suspicious: > SyntaxError: missing : after property id thebelab@0.0.5:30745:13 Yup: we have been hacking on Thebelab, sage-package and friends for a good chunk of the last two days, which caused some broken transient stat

Re: [sage-devel] Live documentation with Thebe reloaded

2017-10-20 Thread Jeroen Demeyer
On 2017-10-19 20:56, Nicolas M. Thiery wrote: Forgot to mention: if you open the javascript console (shift-ctrl-K on Firefox/linux), you can trace what's going on with the connection to binder. This seems suspicious: SyntaxError: missing : after property id thebelab@0.0.5:30745:13 I know very

Re: [sage-devel] Live documentation with Thebe reloaded

2017-10-19 Thread Nicolas M. Thiery
On Thu, Oct 19, 2017 at 08:50:01PM +0200, Nicolas M. Thiery wrote: > > Doesn't work for me (Firefox 45 on Linux). I see the Activate button and the > > code examples change but nothing becomes interactive. Forgot to mention: if you open the javascript console (shift-ctrl-K on Firefox/linux), you c

Re: [sage-devel] Live documentation with Thebe reloaded

2017-10-19 Thread Nicolas M. Thiery
On Wed, Oct 18, 2017 at 10:07:00PM +0200, Jeroen Demeyer wrote: > Doesn't work for me (Firefox 45 on Linux). I see the Activate button and the > code examples change but nothing becomes interactive. Hmm, presumably beta.mybinder.org being slow at certain times of the day. Which is saying that we s

Re: [sage-devel] Live documentation with Thebe reloaded

2017-10-18 Thread Jeroen Demeyer
On 2017-10-18 18:21, Nicolas M. Thiery wrote: Dear Sage developers, You can find a demo of live documentation on: https://more-sagemath-tutorials.readthedocs.io/ Pick e.g. "Demo basics", click "Activate", and wait a bit. To evaluate a cell, use shift-Enter as in Jupyter. Do

[sage-devel] Live documentation with Thebe reloaded

2017-10-18 Thread Nicolas M. Thiery
Dear Sage developers, You can find a demo of live documentation on: https://more-sagemath-tutorials.readthedocs.io/ Pick e.g. "Demo basics", click "Activate", and wait a bit. To evaluate a cell, use shift-Enter as in Jupyter. This was made possible by: - Sage on mybinder, whic