mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #3651 from minrk/cleanup
remove a bunch of unused `default_config_file` assignments These are never used, I don't know where they came from.
This commit is contained in:
commit
5ac40d0746
@ -277,7 +277,6 @@ notebook_aliases = [u'port', u'port-retries', u'ip', u'keyfile', u'certfile',
|
||||
class NotebookApp(BaseIPythonApplication):
|
||||
|
||||
name = 'ipython-notebook'
|
||||
default_config_file_name='ipython_notebook_config.py'
|
||||
|
||||
description = """
|
||||
The IPython HTML Notebook.
|
||||
|
Loading…
Reference in New Issue
Block a user