[IPython-dev] Interactive magic cells

Akim Demaille akim at lrde.epita.fr
Thu Jul 24 05:11:38 EDT 2014


Le 23 juil. 2014 à 23:30, Fernando Perez <fperez.net at gmail.com> a écrit :

> I don't think we expose anything at the single-keystroke level. All that happens client-side in the CodeMirror editor instance, so you'd have to hook into that event handling loop to trigger execution requests at your desired points (every keystroke, or every period, etc).

So maybe a better option would be a timer?  WDYT?  I don't
expect that there would be many such cells in the notebook,
so I don't think there's a high scalability issue.

I have no idea what CodeMirror is, and I'm afraid to dive
in too many details I don't grasp :)  What in your opinion
would be the easiest way?

Thanks in advance!





More information about the IPython-dev mailing list