Skip to content

Commit

Permalink
Merge 0f6a82d into e44f621
Browse files Browse the repository at this point in the history
  • Loading branch information
eonofrey authored Nov 30, 2023
2 parents e44f621 + 0f6a82d commit f0e1be8
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 341 deletions.
7 changes: 7 additions & 0 deletions ax/utils/notebook/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ def init_notebook_plotting(offline: bool = False) -> None:
display_bundle = {"text/html": _wrap_js(_js_requires(offline=offline))}
display(display_bundle, raw=True)
logger.info("Injecting Plotly library into cell. Do not overwrite or delete cell.")
logger.info(
"""
Please see
(https://ax.dev/tutorials/visualizations.html#Fix-for-plots-that-are-not-rendering)
if visualizations are not rendering.
""".strip()
)
init_notebook_mode()


Expand Down
Loading

0 comments on commit f0e1be8

Please sign in to comment.