grst / nbimporter

Import ipython notebooks as modules
BSD 3-Clause "New" or "Revised" License
59 stars 9 forks source link

Relaxing the way we test a notebook is a python notebook #11

Closed versionbayjc closed 3 years ago

versionbayjc commented 4 years ago

now just check if 'python' is in the kernelspec.language string, this will then work for python and python3 language specs.

fixes #10

grst commented 3 years ago

thanks!