Python

Installing Packages

Conda introduces a new packaging format; you cannot use pip and Conda interchangeably; pip cannot install the Conda package format. You can use the two tools side by side (by installing pip with conda install pip ), but they do not interoperate either.


Modules

  1. Plotly and Dash
    About Plotly and Dash: https://medium.com/plotly/introducing-dash-5ecf7191b503
    Plotly GitHub: https://github.com/plotly
    How to add custom CSS: https://dash.plotly.com/external-resources

  2. Matplotlib

Comments