Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipython help notebook -> KeyError: 'KernelManager' #2860

Closed
twmr opened this issue Jan 28, 2013 · 1 comment · Fixed by #2861
Closed

ipython help notebook -> KeyError: 'KernelManager' #2860

twmr opened this issue Jan 28, 2013 · 1 comment · Fixed by #2861
Milestone

Comments

@twmr
Copy link
Contributor

twmr commented Jan 28, 2013

On master ipython help notebook outputs the following traceback (python 2.7.3)

....
....
--no-stderr
    redirect stderr to the null device
Traceback (most recent call last):
  File "/bin/ipython", line 7, in <module>
    launch_new_instance()
  File "/home/thomas/gitrepos/ipython/IPython/frontend/terminal/ipapp.py", line 388, in launch_new_instance
    app.initialize()
  File "<string>", line 2, in initialize
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/frontend/terminal/ipapp.py", line 313, in initialize
    super(TerminalIPythonApp, self).initialize(argv)
  File "<string>", line 2, in initialize
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/core/application.py", line 323, in initialize
    self.parse_command_line(argv)
  File "/home/thomas/gitrepos/ipython/IPython/frontend/terminal/ipapp.py", line 308, in parse_command_line
    return super(TerminalIPythonApp, self).parse_command_line(argv)
  File "<string>", line 2, in parse_command_line
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 420, in parse_command_line
    return self.initialize_subcommand(subc, subargv)
  File "<string>", line 2, in initialize_subcommand
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 359, in initialize_subcommand
    self.subapp.initialize(argv)
  File "<string>", line 2, in initialize
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/frontend/html/notebook/notebookapp.py", line 590, in initialize
    super(NotebookApp, self).initialize(argv)
  File "<string>", line 2, in initialize
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/core/application.py", line 323, in initialize
    self.parse_command_line(argv)
  File "/home/thomas/gitrepos/ipython/IPython/frontend/html/notebook/notebookapp.py", line 446, in parse_command_line
    super(NotebookApp, self).parse_command_line(argv)
  File "<string>", line 2, in parse_command_line
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 84, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 433, in parse_command_line
    self.print_help('--help-all' in interpreted_argv)
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 295, in print_help
    self.print_options()
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 268, in print_options
    self.print_alias_help()
  File "/home/thomas/gitrepos/ipython/IPython/config/application.py", line 232, in print_alias_help
    cls = classdict[classname]
KeyError: 'KernelManager'
@minrk
Copy link
Member

minrk commented Jan 28, 2013

fixed by #2861

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
add missing KernelManager to ConsoleApp class list

closes ipython#2860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants