question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plotly doesn't show anything after following instructions in SageMaker

See original GitHub issue

Following instructions found https://plot.ly/python/getting-started/

I installed the required libraries and extensions, but when I do the following code it still displays blank output

import plotly.graph_objects as go
fig = go.Figure(data=go.Bar(y=[2, 3, 1]))
fig.show()

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sangeetsaurabhcommented, Jul 14, 2020

It’s not showing up for me too. It works for Jupyter Notebook instance, but it doesn’t work for Jupyterlab. I have installed all the extensions as instructed.

0reactions
YikaiHucommented, Jun 3, 2020

I have refreshed my chrome, it still didn’t appear

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plotly shows blank graphs in AWS Sagemaker JupyterLab
I am using AWS Sagemaker's JupyterLab for creating the python scripts. Issue: I have been trying to run the basic codes mentioned on...
Read more >
Plots not showing up in Jupyter Lab (Plotly 3.0) - Plotly Python
I can simply not see anything plotted in Jupyter Lab. When I use init_notebook_mode, it shows a blank space for plots but the...
Read more >
Plotly Charts In Sagemaker JupyterLab | by Alexey - Medium
If you made a Plotly dashboard and trying to view it in the Amazon Sagemaker and it doesn't work, I wrote simple but...
Read more >
Plotly gives blank visualization | Data Science and ... - Kaggle
I use Plotly a lot for visualization. But sometimes Plotly doesnt show the output visualization. Instead, I get only a blank space where...
Read more >
Install External Libraries and Kernels in Notebook Instances
SageMaker does not update these libraries when you stop and restart the notebook ... SageMaker notebooks support the following package installation tools:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found