[IPython-dev] Standalone javascript kernel notebook

Matthias BUSSONNIER bussonniermatthias at gmail.com
Thu Jan 23 05:47:36 EST 2014


Le 22 janv. 2014 à 21:14, Matthew Turk a écrit :

> Hi all,
> 
> I'm experimenting with some isolated kernel notebooks, and have been
> looking at Min's jskernel:
> 
> https://github.com/minrk/profile_jskernel
> 
> I was wondering, is there a way to output the HTML from the notebook
> as static, all the jinja2 templates evaluated, with the javascript
> kernel in its place and no communication with the main server?


No, nbconvert works only with python at the moment, using Jinja, pygments and others python lib.
It also use subprocess communication to run pandoc on some export.

You could though write your own html exporter in javascript.
I would consider looking at Codemirror RunMode for code cell.
-- 
M


> 
> Thanks for any ideas,
> 
> -Matt
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list