[IPython-dev] Standalone javascript kernel notebook

Matthew Turk matthewturk at gmail.com
Thu Jan 23 08:51:26 EST 2014


Hi Matthias,

On Thu, Jan 23, 2014 at 5:47 AM, Matthias BUSSONNIER
<bussonniermatthias at gmail.com> wrote:
>
> 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.

Interesting, thanks.  Where I'm coming from is that I have a working
embedded system that runs IPython, but the libc currently does not
support forking -- which makes running the standard tornado server and
the kernels a bit harder.  So I'm trying to see if I can work around
that to create a single notebook runtime.  I think it might take a bit
more thought on my end before proceeding.

-Matt

> --
> M
>
>
>>
>> Thanks for any ideas,
>>
>> -Matt
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
> _______________________________________________
> 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