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)"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- jupyterlab # Interactive Computing
- numpy # Scientific Computing
- matplotlib # Data Visualization
- pandas # Data Analysis
- sqlalchemy # Data Mapping
- pytest # Testing
- nikola # Static Website
- flask # Microframework
- dash # Web App
- scrapy # Web Crawling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set name = "pyro-ppl" %} | |
{% set version = "0.3.1" %} | |
{% set sha256 = "c776ddc41c218e1d86f4ea177218688d458226ce6987559b818771b943b940c0" %} | |
package: | |
name: {{ name|lower }} | |
version: {{ version }} | |
source: | |
url: https://github.com/pyro-ppl/pyro/archive/{{ version }}.tar.gz |