From fb1283edcacdeb0aaad12201741e5502a341f0eb 2014-04-11 18:27:48 From: Brian E. Granger Date: 2014-04-11 18:27:48 Subject: [PATCH] Merge pull request #5592 from minrk/browser-alias add missing `browser` to notebook_aliases list --- diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 91f7e6a..77702af 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -294,7 +294,7 @@ aliases.update({ aliases.pop('f', None) notebook_aliases = [u'port', u'port-retries', u'ip', u'keyfile', u'certfile', - u'notebook-dir', u'profile', u'profile-dir'] + u'notebook-dir', u'profile', u'profile-dir', 'browser'] #----------------------------------------------------------------------------- # NotebookApp