diff --git "a/index.html" "b/index.html" --- "a/index.html" +++ "b/index.html" @@ -13142,7 +13142,7 @@ div#notebook {
# Installing the dependencies within the notebook to make it easier to run on colab
-%pip install -Uqq fastai ipywidgets plotly
+%pip install -Uqq fastai==2.7.18 ipywidgets==8.1.5 plotly==5.24.1
import plotly.graph_objects as go
+import plotly
+plotly.offline.init_notebook_mode(connected=True)
+
+import plotly.graph_objects as go
def demo_mae_surface():
# Actual data points
@@ -13524,7772 +13527,25 @@ var element = $('#bc2c7fce-2f8f-46c3-ba6a-b0bea03d320d');
-
-
-
-
+ }) }; });