# Plotly not appearing in Jupyter Notebook

**URL:** https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248
**Category:** New to Julia
**Tags:** jupyter, plotting, visualization
**Created:** [November 19, 2019, 3:25am UTC](https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248 "2019-11-19T03:25:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JoeHD](https://avatars.discourse-cdn.com/v4/letter/j/b9bd4f/32.png) [@JoeHD](https://discourse.julialang.org/u/JoeHD)
#### Post date: [November 19, 2019, 3:25am UTC](https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248/1 "2019-11-19T03:25:46Z")

</div>

Hi,

I am running a Jupyter Notebook on an exercise that involved involved plotting, but I can’t seem to get that to work currently. Jupyter did successfully create the plot the first time I ran and installed the Plots package, but now an image is not being produced when using plotly - just a blank space. Any ideas what the cause of this might be?

-JoeHD

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [November 19, 2019, 9:12pm UTC](https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248/2 "2019-11-19T21:12:02Z")

</div>

Maybe you have to “trust” the notebook? You should be able to do that from the `File` menu.

---

<div class="post-metadata">

### Author: ![JoeHD](https://avatars.discourse-cdn.com/v4/letter/j/b9bd4f/32.png) [@JoeHD](https://discourse.julialang.org/u/JoeHD)
#### Post date: [November 19, 2019, 9:32pm UTC](https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248/3 "2019-11-19T21:32:00Z")

</div>

Looks like the output is “trusted” already - I don’t have an option, as it is labeled “Trusted Notebook.”

---

<div class="post-metadata">

### Author: ![Oto\_Brzobohaty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oto_brzobohaty/32/10370_2.png) [@Oto\_Brzobohaty](https://discourse.julialang.org/u/Oto_Brzobohaty)
#### Post date: [June 5, 2020, 6:41pm UTC](https://discourse.julialang.org/t/plotly-not-appearing-in-jupyter-notebook/31248/5 "2020-06-05T18:41:59Z")

</div>

Maybe this will help you

### Jupyterlab

If you will be using this package from within Jupyterlab, please also install the plotly jupyterlab extension by running:

jupyter labextension install @jupyterlab/plotly-extension

See the [jupyterlab extension documentation](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html) for more details.
