From 98bca96bdb6c3bc55a65fa072d90bc1b7050c64d 2011-08-29 18:36:39 From: Satrajit Ghosh Date: 2011-08-29 18:36:39 Subject: [PATCH] fix: added keyword to notebook aliases --- diff --git a/IPython/frontend/html/notebook/notebookapp.py b/IPython/frontend/html/notebook/notebookapp.py index 88657cc..aa566ba 100644 --- a/IPython/frontend/html/notebook/notebookapp.py +++ b/IPython/frontend/html/notebook/notebookapp.py @@ -130,7 +130,7 @@ aliases.update({ }) notebook_aliases = [u'port', u'ip', u'keyfile', u'certfile', u'ws-hostname', - u'notebook-dir'] + u'notebook-dir', u'keyword'] #----------------------------------------------------------------------------- # IPythonNotebookApp