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 3849e62 commit 8a0fcfeCopy full SHA for 8a0fcfe
osprey/plot.py
@@ -6,11 +6,11 @@
6
from matplotlib.colors import rgb2hex
7
from sklearn.manifold import TSNE
8
9
-from bokeh.models.sources import ColumnDataSource
10
try:
11
import pandas as pd
12
import bokeh.plotting as bk
13
from bokeh.models import HoverTool
+ from bokeh.models.sources import ColumnDataSource
14
except ImportError:
15
raise RuntimeError(
16
'This command requires the Bokeh library (http://bokeh.pydata.org/) '
0 commit comments