fomightez / cairo-jupyter

Jupyter notebooks hosted via mybinder.org where cairo works
https://mybinder.org/v2/gh/fomightez/cairo-jupyter/master?filepath=index.ipynb
3 stars 1 forks source link

Feature/fix install #11

Closed stuaxo closed 4 years ago

stuaxo commented 4 years ago

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.