Created
June 18, 2018 19:47
-
-
Save DEKHTIARJonathan/fe5eedde8d5b53caffeb96270c9c8c61 to your computer and use it in GitHub Desktop.
Save Notebook
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
from IPython.display import HTML | |
javascript = """ | |
<script type="text/Javascript"> | |
var saveBTN = document.getElementById("save_checkpoint"); | |
saveBTN.click(); | |
</script> | |
""" | |
HTML(javascript) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment