Skip to content

Commit 9896c2c

Browse files
MTN px parallel render fix (INRIA#843)
1 parent 5f74314 commit 9896c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-book/tuning/parameter_tuning_automated_quiz_m3_02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fig = px.parallel_coordinates(
100100
color="mean_test_score",
101101
color_continuous_scale=px.colors.sequential.Viridis,
102102
)
103-
fig.show()
103+
fig.show(renderer="notebook")
104104
```
105105

106106
```{note}

0 commit comments

Comments
 (0)