Fixes the binder issue where the extension couldn't be enabled.
Fixes the validation issue.
So now, with %reload_ext cairo_jupyter in a cell near the top, you can call display(surface) to output the surface.
Making things a lot more useful.
In the meantime Jupyter have made it possible for installation to = enabling the extension, so installing with pip is enough to get things up and running.
Fixes the binder issue where the extension couldn't be enabled. Fixes the validation issue.
So now, with
%reload_ext cairo_jupyter
in a cell near the top, you can calldisplay(surface)
to output the surface.Making things a lot more useful.
In the meantime Jupyter have made it possible for installation to = enabling the extension, so installing with
pip
is enough to get things up and running.