jupyenv icon indicating copy to clipboard operation
jupyenv copied to clipboard

feature: Typescript Kernel

Open nazzacode opened this issue 3 years ago • 3 comments

As the title suggests. A TypeScript kernel using ts-lab would be an amazing addition.

nazzacode avatar Sep 18 '21 23:09 nazzacode

I would love to try and implement this myself but am not sure if this is realistic with my level of nix experience. Let me know if you think this is possible?

nazzacode avatar Sep 19 '21 10:09 nazzacode

Hello! Creating a kernel is not very difficult -- it consists on packaging that gives the kernel executable (or finding it on Nixpkgs), and writing a kernel file. Each one of the subfolder in the kernels folder is an example of package. If you want to try, I recommend choosing one of the smallest definitions, and to try replication it for ts-lab.

guaraqe avatar Sep 20 '21 08:09 guaraqe

@nazzacode There is a PR #259 to add a Typescript kernel. I believe it works. Give it a try if you have a chance.

djacu avatar Aug 13 '22 06:08 djacu