We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160cadb commit 12cf973Copy full SHA for 12cf973
plotly/tests/test_core/test_jupyter/test_jupyter.py
@@ -2,8 +2,6 @@
2
test__jupyter
3
4
"""
5
-from __future__ import absolute_import
6
-
7
import nbformat
8
from nbconvert import HTMLExporter
9
from nbconvert.preprocessors import ExecutePreprocessor
@@ -12,8 +10,6 @@
12
10
from os import path
13
11
import subprocess
14
15
-import plotly
16
17
PATH_ROOT = path.dirname(__file__)
18
PATH_FIXTURES = path.join(PATH_ROOT, 'fixtures')
19
PATH_TEST_NB = path.join(PATH_FIXTURES, 'test.ipynb')
0 commit comments