Plotly not appearing in Jupyter Notebook

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

1 Like

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

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

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 for more details.

1 Like