mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend
Conflicts: IPython/frontend/qt/console/frontend_widget.py IPython/frontend/qt/console/ipython_widget.py IPython/zmq/ipkernel.py
This commit is contained in:
commit
3ef5b1de92
@ -250,7 +250,7 @@ class IPTester(object):
|
|||||||
return os.system(' '.join(self.call_args))
|
return os.system(' '.join(self.call_args))
|
||||||
else:
|
else:
|
||||||
def _run_cmd(self):
|
def _run_cmd(self):
|
||||||
#print >> sys.stderr, '*** CMD:', ' '.join(self.call_args) # dbg
|
# print >> sys.stderr, '*** CMD:', ' '.join(self.call_args) # dbg
|
||||||
subp = subprocess.Popen(self.call_args)
|
subp = subprocess.Popen(self.call_args)
|
||||||
self.pids.append(subp.pid)
|
self.pids.append(subp.pid)
|
||||||
# If this fails, the pid will be left in self.pids and cleaned up
|
# If this fails, the pid will be left in self.pids and cleaned up
|
||||||
|
Loading…
Reference in New Issue
Block a user