Created
January 29, 2020 15:51
-
-
Save emadehsan/b319130dd74bfaec7a7ab46633e1babb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# register this function, so JS code could call this | |
output.register_callback('notebook.run_algo', run_algo) | |
# put the JS code in cell and run it | |
take_photo() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment