Last active
May 25, 2023 03:36
-
-
Save Ewen2015/4645dd8674bb6080908cbc5d67855441 to your computer and use it in GitHub Desktop.
show plotly plot in AWS SageMaker notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import plotly.io as pio | |
pio.renderers.default = 'iframe' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment