We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adcaa8 commit c5ad95fCopy full SHA for c5ad95f
ipyplot/plotting.py
@@ -113,8 +113,8 @@ def plot_class_representations(
113
114
115
def _create_tabs_html(images, labels, max_imgs_per_tab, img_width):
116
- html = '<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>' # NOQA E501
117
- html += '<div><ul class="nav nav-pills">'
+ # html = '<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>' # NOQA E501
+ html = '<div><ul class="nav nav-pills">'
118
119
unique_labels = np.unique(labels)
120
tab_ids = [uuid.uuid4() for label in unique_labels]
0 commit comments