PyCairo in Google Colab
Google Colaboratory (or “colab” for short) is a cloud-based Python notebook with all the Jupyter Notebook tools, Terminal tools, and GPU processing available.
Data science, etc.
Google Colaboratory (or “colab” for short) is a cloud-based Python notebook with all the Jupyter Notebook tools, Terminal tools, and GPU processing available.
Here are a few functions we whipped up during the stream to create something like the following image
import cairo
import math
from IPython.display import display, Image
import cairo
from IPython.display import SVG, display, Image