notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

Executing two kernels in polygot #31

Open cookie-ag opened 7 years ago

cookie-ag commented 7 years ago

Curious to know if can execute a notebook with nodejs and python code using the jupyter-nodejs kernel?

I changed my kernel from python 2

CC : @sumukh-ramprasad

jaredly commented 7 years ago

hmmmm no? I think you'd need to have a %%nodejs written in python, which would then maybe talk to jupyter-nodejs. I've never done jupyter polyglot stuff before