* tests/python/ipnbdoctest.py: 80 columns.
This commit is contained in:
parent
ddc424f5a3
commit
6b881a2e38
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ except:
|
|||
try:
|
||||
from IPython.kernel import KernelManager
|
||||
except ImportError:
|
||||
from IPython.zmq.blockingkernelmanager import BlockingKernelManager as KernelManager
|
||||
from IPython.zmq.blockingkernelmanager \
|
||||
import BlockingKernelManager as KernelManager
|
||||
|
||||
# Until Debian ships IPython 3.0, we stick to the v3 format.
|
||||
from IPython.nbformat import v3 as nbformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue