Skip to content

Commit 62b18d1

Browse files
committed
Merge pull request #61 from xfguo/patch-1
Give abs json file path to nwe Qt console.
2 parents 5e5608d + e335369 commit 62b18d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/embedding/internal_ipkernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def print_namespace(self, evt=None):
4545

4646
def new_qt_console(self, evt=None):
4747
"""start a new qtconsole connected to our kernel"""
48-
return connect_qtconsole(self.ipkernel.connection_file, profile=self.ipkernel.profile)
48+
return connect_qtconsole(self.ipkernel.abs_connection_file, profile=self.ipkernel.profile)
4949

5050
def count(self, evt=None):
5151
self.namespace['app_counter'] += 1

0 commit comments

Comments
 (0)