Davide-sd / sympy-plot-backends

An improved plotting module for SymPy
BSD 3-Clause "New" or "Revised" License
42 stars 9 forks source link

Small typos in installation documentation #5

Closed gutow closed 2 years ago

gutow commented 2 years ago

I believe following two lines in the installation documentation need double hyphens rather than single.

 jupyter nbextension install –user –py k3d
 jupyter nbextension enable –user –py k3d

They should read:

 jupyter nbextension install --user --py k3d
 jupyter nbextension enable --user --py k3d

Just started testing package. It looks really good. Thank you!

Davide-sd commented 2 years ago

Thank you very much! :) Fixed it.