rmculpepper / iracket

Jupyter kernel for Racket
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

support for adding #lang lines as kernels #2

Closed tgbugs closed 4 years ago

tgbugs commented 6 years ago

This pr makes it possible to add additional kernels for each additional #lang line passed in during install via -- -l "#lang mylang".

rmculpepper commented 4 years ago

Thanks for the PR, and sorry for not responding earlier. I've implemented a different solution that allows changing the language from within the notebook itself (#9).