HumanCellAtlas / data-consumer-vignettes

Simple walk-throughs of interacting with the DCP as a downstream data consumer.
MIT License
17 stars 5 forks source link

Notebooks need consistent dependency install process #59

Open natanlao opened 5 years ago

natanlao commented 5 years ago

Intended platform and installation process should be clearly specified.

chmreid commented 5 years ago

When Natan and I discussed this, I suggested using conda as a way to provide consistent, cross-platform installation instructions. conda is intended to provide Python users with a way to install non-Python dependencies in a way that is sane, cross-platform, and reproducible (and will help solve problems like #22).

chmreid commented 4 years ago

Quick update on the state of this issue.

Current status with pip:

Current status with conda:

Considerations for switching to conda: