Skip to content

Commit 0d35d05

Browse files
committed
fixed InlineExplainerTab
1 parent d0e4eab commit 0d35d05

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

explainerdashboard/dashboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def run(self, mode='inline', port=8050, width=800, height=650, **kwargs):
272272
else:
273273
raise ValueError("mode should either be 'inline', 'jupyterlab' or 'external'!")
274274

275-
class InlineExplainerTab:
275+
class InlineExplainer:
276276
"""
277277
Run a single tab inline in a Jupyter notebook using specific method calls.
278278
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='explainerdashboard',
5-
version='0.1.12.3',
5+
version='0.1.12.4',
66
description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.',
77
long_description="""
88

0 commit comments

Comments
 (0)