Hi,
I am new to Python and am trying to find my way around.
I am using https://www.anaconda.com/products/individual
I want to use Plotly, but I already fail at the Getting Started sequence.
Either installation steps (https://plotly.com/python/getting-started/) in my Jupyter notebook
Installation
plotly
may be installed using pip…
$ pip install plotly==4.9.0
or conda.
$ conda install -c plotly plotly=4.9.0
Cause error messages:
File “”, line 1
$ pip install plotly==4.9.0
^
SyntaxError: invalid syntax
File “”, line 1
$ conda install -c plotly plotly=4.9.0
^
SyntaxError: invalid syntax
What am I doing wrong?
1 post - 1 participant