Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
6b881a2e
Commit
6b881a2e
authored
Jan 05, 2016
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tests/python/ipnbdoctest.py: 80 columns.
parent
ddc424f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/python/ipnbdoctest.py
tests/python/ipnbdoctest.py
+2
-1
No files found.
tests/python/ipnbdoctest.py
View file @
6b881a2e
...
@@ -32,7 +32,8 @@ except:
...
@@ -32,7 +32,8 @@ except:
try
:
try
:
from
IPython.kernel
import
KernelManager
from
IPython.kernel
import
KernelManager
except
ImportError
:
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.
# Until Debian ships IPython 3.0, we stick to the v3 format.
from
IPython.nbformat
import
v3
as
nbformat
from
IPython.nbformat
import
v3
as
nbformat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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