Skip to content

Instantly share code, notes, and snippets.

@DEKHTIARJonathan
Created June 18, 2018 19:47
Show Gist options
  • Save DEKHTIARJonathan/fe5eedde8d5b53caffeb96270c9c8c61 to your computer and use it in GitHub Desktop.
Save DEKHTIARJonathan/fe5eedde8d5b53caffeb96270c9c8c61 to your computer and use it in GitHub Desktop.
Save Notebook
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