File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed google/cloud/aiplatform/explain
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -206,8 +206,8 @@ def open_lit(
|
206 | 206 | Raises:
|
207 | 207 | ImportError if LIT is not installed.
|
208 | 208 | """
|
209 |
| -widget = notebook.LitWidget(models, datasets, open_in_new_tab=open_in_new_tab) |
210 |
| -widget.render() |
| 209 | +widget = notebook.LitWidget(models, datasets) |
| 210 | +widget.render(open_in_new_tab=open_in_new_tab) |
211 | 211 |
|
212 | 212 |
|
213 | 213 | def set_up_and_open_lit(
|
|
You can’t perform that action at this time.
0 commit comments