Skip to content

Commit 44693e0

Browse files
committed
Remove deprecated profile option
connect_qtconsole's profile option was apparently deprecated in ipykernel 4.2.2 The commit is here: ipython/ipykernel@ef01782
1 parent 92417c6 commit 44693e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuskript/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def launch(arguments, app, MW = None):
220220
kernel.initialize(['python', '--matplotlib=qt'])
221221

222222
# Create the console in a new process and connect
223-
console = connect_qtconsole(kernel.abs_connection_file, profile=kernel.profile)
223+
console = connect_qtconsole(kernel.abs_connection_file)
224224

225225
# Export MW and app variable to the console's namespace
226226
kernel.shell.user_ns['MW'] = MW

0 commit comments

Comments
 (0)