Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Nov 6, 2023
1 parent b3d0a5b commit f5dd24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdmetrics/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def set_plotly_config(function):
"""Set the ``plotly.io.renders`` config according to the environment.
Configure the rendering settings based on the environment in which the plot is generated
to ensure the image rendering with a stable engine. When working in Google Colab,
the default ``colab`` rendering option provided by ``plotly`` will be used.
For other environments, like ``Jupyter Notebooks``, select the `iframe` rendering engine.
to ensure the image rendering with a stable engine. For other environments, like
``Jupyter Notebooks``, select the ``iframe`` rendering engine otherwise leave the default
one.
"""
@wraps(function)
def wrapper(*args, **kwargs):
Expand Down

0 comments on commit f5dd24a

Please sign in to comment.