symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

jupyter-wire magics integration with other languages (i.e. python) #33

Open joequant opened 3 years ago

joequant commented 3 years ago

I'm looking into ways of getting jupyter-wire to integrate dlang with other languages. The idea would be to do a calculation in d and then plotting the result with python.

Ideas:

Thoughts on the easiest way of integrating this.