Hi,
I am new to Python and am trying to find my way around.
I am using Python 3.7 (Anaconda | Individual Edition)
I want to use Plotly, but I already fail at the Getting Started sequence.
Either installation steps (Getting Started with Plotly | Python | Plotly) 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?