GCBallesteros / jupytext.nvim

Jupyter notebooks on neovim powered by Jupytext
66 stars 14 forks source link

add fallback metadata langauge lookup #19

Closed hamzashezad closed 3 months ago

hamzashezad commented 3 months ago

fixes #17.

the spec mentions name and display_name as required. irkernel docs state that the name can vary depending on version so it may require a large dictionary eventually. regardless, I went with kernelspec.name as a fallback.