ipynb
ipynb copied to clipboard
fix validate_nb for compatibility with google colab
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.