Colab compatibility: Let's upgrade the tutorial environment
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The Problem: I tried running the shortest_path.ipynb tutorial on Google Colab today, and the setup cells are a bit shaky. It tries to force an install of Python 3.7 using apt-get, but since Colab defaults to Python 3.10+ now, this causes runtime crashes and makes it hard to even get started.
Contributor guide
Assessment
This issue has not been assessed yet.