File tree 2 files changed +11
-0
lines changed 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 15
15
######################################################################
16
16
# Imports
17
17
# ^^^^^^^
18
+ # .. note::
18
19
#
20
+ # In order to show the charts of the examples you need a graphical
21
+ # ``matplotlib`` backend installed. For intance, use ``pip install pyqt5``
22
+ # to get Qt graphical interface or use your favorite one.
19
23
20
24
from sklearn .manifold import TSNE
21
25
Original file line number Diff line number Diff line change 6
6
Sandwich demo based on code from http://nbviewer.ipython.org/6576096
7
7
"""
8
8
9
+ ######################################################################
10
+ # .. note::
11
+ #
12
+ # In order to show the charts of the examples you need a graphical
13
+ # ``matplotlib`` backend installed. For intance, use ``pip install pyqt5``
14
+ # to get Qt graphical interface or use your favorite one.
15
+
9
16
import numpy as np
10
17
from matplotlib import pyplot as plt
11
18
from sklearn .metrics import pairwise_distances
You can’t perform that action at this time.
0 commit comments