nbcommands
nbcommands copied to clipboard
nbcommands assumes python as the default language for notebooks
trafficstars
Notebooks store metadata about the kernel and language. We could reuse this metadata for syntax highlighting, comments etc.
Yes! Right now nbcommands just usels the Pygments' PythonLexer to highlight code, we could use the metadata to use other lexers as well.