mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Set page title for editor
This commit is contained in:
parent
6419595371
commit
be85a342cf
@ -18,6 +18,7 @@ class EditorHandler(IPythonHandler):
|
|||||||
|
|
||||||
self.write(self.render_template('texteditor.html',
|
self.write(self.render_template('texteditor.html',
|
||||||
file_path=url_escape(path),
|
file_path=url_escape(path),
|
||||||
|
page_title=path.rsplit('/', 1)[-1] + " (editing)",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user