I am trying to run typescript in deepnote, since it supports docker image i stupidly started slapping node+python docker images like nikolaik/python-nodejs:latest hoping it would work but to no avail.
any ideas ?
I am trying to run typescript in deepnote, since it supports docker image i stupidly started slapping node+python docker images like nikolaik/python-nodejs:latest hoping it would work but to no avail.
any ideas ?
This is indeed possible, you can find some inspiration in my post in Deepnote Community or clone this particular notebook.
It is based on the tslab kernel for Jupyter. Here is how my Dockerfile looks like exactly:
Here is a bit more info about Custom Environments and Custom kernels in Deepnote docs.