ipynb icon indicating copy to clipboard operation
ipynb copied to clipboard

fix validate_nb for compatibility with google colab

Open gustavovargas opened this issue 4 years ago • 0 comments

Right now ipynb package can't be used in google colab, because kernelspece, inside nb json, has no language key. Instead, you have to call for name, and the value is not python, is python3.

With these changes in the validate_nb, from utils.py, you could run the package in google colab.

gustavovargas avatar Feb 08 '21 15:02 gustavovargas