Show More
@@ -87,6 +87,7 var IPython = (function (IPython) { | |||
|
87 | 87 | "have 1 or more characters and can contain any characters " + |
|
88 | 88 | "except :/\\. Please enter a new notebook name:" |
|
89 | 89 | ); |
|
90 | return false; | |
|
90 | 91 | } else { |
|
91 | 92 | IPython.notebook.set_notebook_name(new_name); |
|
92 | 93 | IPython.notebook.save_notebook(); |
General Comments 0
You need to be logged in to leave comments.
Login now