Show More
@@ -280,8 +280,7 b' class IPythonWidget(FrontendWidget):' | |||
|
280 | 280 | """Handle kernel info replies.""" |
|
281 | 281 | content = rep['content'] |
|
282 | 282 | if not self._guiref_loaded: |
|
283 |
|
|
|
284 | if lang_info.get('name') == 'python': | |
|
283 | if content.get('implementation') == 'ipython': | |
|
285 | 284 | self._load_guiref_magic() |
|
286 | 285 | self._guiref_loaded = True |
|
287 | 286 |
General Comments 0
You need to be logged in to leave comments.
Login now