Show More
@@ -396,7 +396,7 b' class ZMQInteractiveShell(InteractiveShell):' | |||||
396 |
|
396 | |||
397 | def magic_gui(self, *args, **kwargs): |
|
397 | def magic_gui(self, *args, **kwargs): | |
398 | raise NotImplementedError( |
|
398 | raise NotImplementedError( | |
399 | 'GUI support must be enabled in command line options.') |
|
399 | 'Kernel GUI support is not implemented yet, except for --pylab.') | |
400 |
|
400 | |||
401 | def magic_pylab(self, *args, **kwargs): |
|
401 | def magic_pylab(self, *args, **kwargs): | |
402 | raise NotImplementedError( |
|
402 | raise NotImplementedError( |
General Comments 0
You need to be logged in to leave comments.
Login now