Skip to content

Commit 943fa50

Browse files
committed
add some missing stages to shell init
make sure to pre-init gui integration and load extensions
1 parent 772ac64 commit 943fa50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipyparallel/engine/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ def send_with_metadata(
758758
if self.use_mpi and self.init_mpi:
759759
app.exec_lines.insert(0, self.init_mpi)
760760
app.init_profile_dir()
761+
app.init_gui_pylab()
762+
app.init_extensions()
761763
app.init_code()
762764

763765
# redirect output at the end, only after start is called

0 commit comments

Comments
 (0)