jupyenv
jupyenv copied to clipboard
feature: Typescript Kernel
As the title suggests. A TypeScript kernel using ts-lab
would be an amazing addition.
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?
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
.
@nazzacode There is a PR #259 to add a Typescript kernel. I believe it works. Give it a try if you have a chance.