Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
6b881a2e
Commit
6b881a2e
authored
Jan 05, 2016
by
Alexandre Duret-Lutz
Browse files
* tests/python/ipnbdoctest.py: 80 columns.
parent
ddc424f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/python/ipnbdoctest.py
View file @
6b881a2e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment