Running CPP and JS Kernel in Deepnote Jupyter Notebook

submited by
Style Pass
2021-06-19 12:00:02

If you need to work with a language other than Python, the Jupyter ecosystem offers a wide range of other kernels. Deepnote supports a lot of them!

I was recently attempting to set up a C++ and Javascript kernels and finally figured out how to make it work. You can read more about Interactive CPP with Cling.

IJavascript is a Javascript kernel for the Jupyter notebook. I used the commands provided on the official repository of the project to create this Dockerfile.

Leave a Comment