I have now solved the problem. I just opened a new Terminal and made sure that I wrote the command

pip install cufflinks

directly after the second line.

The same worked for

pip install plotly

Answer from Nicki on Stack Overflow

I have now solved the problem. I just opened a new Terminal and made sure that I wrote the command

pip install cufflinks

directly after the second line.

The same worked for

pip install plotly

Answer from Nicki on Stack Overflow
🌐
Plotly
plotly.com › python › getting-started
Getting started with plotly in Python
For use in the classic Jupyter Notebook, install the notebook and ipywidgets packages using pip: ... These packages contain everything you need to run a Jupyter notebook... ... import plotly.express as px fig = px.bar(x=["a", "b", "c"], y=[1, ...
Discussions

ModuleNotFoundError: No module named 'plotly'
I am a beginner here , as part of my learning module which requires Plotly , i followed the standard method of using pip install plotly and pip install cufflinks - after successful installation whe... More on github.com
🌐 github.com
40
January 7, 2020
plotly express plot not shown in jupyter notebook - Stack Overflow
I am using plotly express and just copied the official example from the below website in my jupyter notebook. More on stackoverflow.com
🌐 stackoverflow.com
Tip on how to run plotly examples in offline mode
I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit: [ r/python ] How to run plotly examples in offline mode (xpost from /r/ipython) If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. ( Info / ^ Contact ) More on reddit.com
🌐 r/IPython
12
11
November 20, 2015
Introducing Plotly Express

I'm the project lead for Plotly Express... AMA :)

More on reddit.com
🌐 r/Python
71
97
March 20, 2019
🌐
PyPI
pypi.org › project › plotly
plotly · PyPI
plotly.py is MIT Licensed. Plotly graphs can be viewed in Jupyter notebooks, other Python notebook software such as marimo, as standalone HTML files, or integrated into Dash applications.
      » pip install plotly
    
Published   Mar 02, 2026
Version   6.6.0
🌐
Medium
faranheit.medium.com › plotly-introduction-and-installation-c9cd0c1ca1fb
Plotly: Introduction and Installation | by Faran Mohammad | Medium
July 11, 2023 - This is how we run Plotly on Jupyter Notebook. For data visualization in Plotly, we need to import the libraries that we had previously installed and do some configuration: import pandas as pd import numpy as np import chart_studio.plotly as py import cufflinks as cf import seaborn as sns import plotly.express as ps %matplotlib inline from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot init_notebook_mode(connected=True) cf.go_offline()
🌐
Gitbooks
maegul.gitbooks.io › resguides-plotly › content › content › plotting_locally_and_offline › python › setup.html
Setup · ResGuides-Plotly - maegul
from plotly.offline import init_notebook_mode init_notebook_mode() ... The on-line plotting tools, iplot for the Jupyter Notebook and plot for ordinary usage.
🌐
YouTube
youtube.com › watch
How to Install and Use Plotly in Jupyter Notebook - YouTube
### **How to Install and Use Plotly in Jupyter Notebook | Interactive Data Visualization** **Description:** Want to create **interactive and stunning visua...
Published   March 22, 2025
Find elsewhere
🌐
Greg Hilston
greghilston.com › posts › how to use plotly/plotly express & dash with jupyterlab
How To Use Plotly/Plotly Express & Dash With JupyterLab | Greg Hilston
April 4, 2021 - In order to use Plotly/Plotly Express with a Jupyter Lab session one must get Plotly configured in offline mode and have it display its plots inline. Here “offline” mode means Plotly will not upload one’s plots to Plotly’s Chart Studio ...
🌐
YouTube
youtube.com › watch
Install Plotly in Python | Plotly | Python | Jupyter Notebook - YouTube
Install Plotly in Python | Plotly | Python | Jupyter NotebookGitHub JupyterNotebook: https://github.com/siddiquiamir/GitHub Data: https://github.com/siddiqui...
Published   November 14, 2022
🌐
Ben's Corner
bbkane.com › blog › jupyter-notebooks-with-plotly
Jupyter Notebooks with Plotly | Ben's Corner
This opens up a Jupyter notebook in your browser (usually at http://localhost:8888/tree ). Create the Python notebook with the "Python 3" interpreter ... import plotly.graph_objs as go from plotly.offline import download_plotlyjs, init_notebook_mode, iplot, iplot # https://github.com/plotl...
🌐
Linux Hint
linuxhint.com › how-to-install-plotly-for-python-3-jupyter-notebook
How to Install Plotly for Python 3 Jupyter Notebook
August 7, 2022 - Linux Hint LLC, [email protected] 1210 Kelly Park Circle, Morgan Hill, CA 95037 Privacy Policy and Terms of Use
🌐
PyPI
pypi.org › project › plotly-express
plotly-express
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
TutorialsPoint
tutorialspoint.com › plotly › plotly_plotting_inline_with_jupyter_notebook.htm
Plotly - Plotting Inline with Jupyter Notebook
import plotly plotly.tools.set_credentials_file(username = 'lathkar', api_key = '************') from plotly.offline import iplot, init_notebook_mode init_notebook_mode(connected = True) import plotly import plotly.graph_objs as go import numpy as np import math #needed for definition of pi ...
🌐
The Fish Shell
mvolkmann.github.io › blog › python › plotly
Plotly library
To install this package, enter pip install plotly. To use Plotly inside a JupyterLab, assuming that is already installed, enter:
🌐
DeepWiki
deepwiki.com › plotly › plotly.py › 1.1-installation-and-setup
Installation and Setup | plotly/plotly.py | DeepWiki
January 16, 2026 - This document provides a comprehensive guide for installing and setting up Plotly.py, a powerful interactive data visualization library for Python. It covers basic installation methods, optional depen
🌐
GitHub
github.com › plotly › plotly.py › issues › 2039
ModuleNotFoundError: No module named 'plotly' · Issue #2039 · plotly/plotly.py
January 7, 2020 - I am a beginner here , as part of my learning module which requires Plotly , i followed the standard method of using pip install plotly and pip install cufflinks - after successful installation whe...
Author   karthikGandiban
🌐
TechGeekBuzz
techgeekbuzz.com › blog › how-to-create-plots-with-plotly-in-python
How to Create Plots with Plotly In Python? [Step by Step Guide]
You can install all the below-mentioned ... directly use the Jupyter Notebook to install libraries . ... Now launch your Jupyter notebook and start with importing the required modules. import numpy as np import pandas as pd import plotly.express ...
🌐
Statistics Globe
statisticsglobe.com › home › python programming language for statistics & data science › python plotly graph using jupyter notebook (example)
Draw Python plotly Graph Using Jupyter Notebook (Example)
February 29, 2024 - With Jupyter Notebook installed and launched, we can now install and import plotly. To do so, run the lines of code below: # install plotly pip install plotly # import plotly import plotly.express as px
🌐
GeeksforGeeks
geeksforgeeks.org › python › getting-started-with-plotly-python
Getting Started with Plotly - GeeksforGeeks
July 12, 2025 - ... # import all required libraries import numpy as np import plotly import plotly.graph_objects as go import plotly.offline as pyo from plotly.offline import init_notebook_mode init_notebook_mode(connected=True) # generating 150 random integers ...