Skip to content

Instantly share code, notes, and snippets.

@fehiepsi
Last active June 15, 2018 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fehiepsi/e8e490e0ae0279eb36f707bf84029f4c to your computer and use it in GitHub Desktop.
Save fehiepsi/e8e490e0ae0279eb36f707bf84029f4c to your computer and use it in GitHub Desktop.
about dash

Install

conda create -n dash python=3.6 flask plotly
source activate dash
conda install -c conda-forge dash dash-core-components dash-html-components pandas xlrd
pip install dash_table_experiments
python -m ipykernel install --user --name dash --display-name "Python (dash)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment