Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayGabbay committed Jun 19, 2022
1 parent 914385e commit baea2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchecks/core/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _repr_html_(self):

return TempSphinx()

if is_kaggle_env() and is_databricks_env() and is_sagemaker_env():
if is_kaggle_env() or is_databricks_env() or is_sagemaker_env():
self.show_in_iframe(as_widget=as_widget, unique_id=unique_id, **kwargs)
elif is_colab_env() and as_widget is True:
widget = self.widget_serializer.serialize(**kwargs)
Expand Down

0 comments on commit baea2cb

Please sign in to comment.