Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a188c64 commit 65bc9e8Copy full SHA for 65bc9e8
1 file changed
IPython/frontend/html/notebook/static/js/notebook.js
@@ -130,7 +130,7 @@ var IPython = (function (IPython) {
130
// Save (CTRL+S) or (AppleKey+S)
131
//metaKey = applekey on mac
132
if ((event.ctrlKey || event.metaKey) && event.keyCode==83) {
133
- that.save_notebook();
+ that.save_checkpoint();
134
event.preventDefault();
135
return false;
136
} else if (event.which === key.ESC) {
0 commit comments