wg-backend-django/dell-env/lib/python3.11/site-packages/plotly/offline/__init__.py

17 lines
257 B
Python
Raw Normal View History

2023-10-30 03:40:43 -04:00
"""
offline
======
This module provides offline functionality.
"""
from .offline import (
download_plotlyjs,
get_plotlyjs_version,
get_plotlyjs,
enable_mpl_offline,
init_notebook_mode,
iplot,
iplot_mpl,
plot,
plot_mpl,
)