Skip to content

Instantly share code, notes, and snippets.

View ZhuoyueLyu's full-sized avatar
😃
Hi there!

Zhuoyue_Lyu ZhuoyueLyu

😃
Hi there!
View GitHub Profile
@ZhuoyueLyu
ZhuoyueLyu / draw.py
Last active December 28, 2021 10:35 — forked from korakot/draw.py
Drawing on Google Colab
from IPython.display import HTML, Image
from google.colab.output import eval_js
from base64 import b64decode
canvas_html = """
<canvas width=%d height=%d style="border:1px solid #000000;"></canvas>
<button id="finish-button">Finish</button>
<button id="clear-button">Clear</button>
<script>
var canvas = document.querySelector('canvas')
@ZhuoyueLyu
ZhuoyueLyu / digits-interpolation-notebook-eaai.ipynb
Created December 17, 2021 21:30
digits-interpolation-notebook-EAAI.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.