Open hoffmansc opened 2 years ago
Make notebooks compatible with Google Colab.
This generally involves adding a cell to install the package and download the relevant dataset. See demo_lime.ipynb for an example.
This snippet may be helpful as well:
# Find out if we are running on colab import sys RUNNING_IN_COLAB = 'google.colab' in sys.modules
Hello, Can I work on one of these issues?
Interested in working on the issue.
Make notebooks compatible with Google Colab.
This generally involves adding a cell to install the package and download the relevant dataset. See demo_lime.ipynb for an example.
This snippet may be helpful as well: