Skip to content

Instantly share code, notes, and snippets.

@janxkoci
Last active January 21, 2021 13:51
Show Gist options
  • Save janxkoci/27765771265be563805ccd665ed83433 to your computer and use it in GitHub Desktop.
Save janxkoci/27765771265be563805ccd665ed83433 to your computer and use it in GitHub Desktop.
Conda environment with Jupyter, Scientific Python, and ToyPlot
name: pylab
channels:
- conda-forge
dependencies:
- python=3
- jupyter
- jupyterthemes
- scipy
- numpy
- pandas
- sympy
- matplotlib
name: pytoys
channels:
- conda-forge
- bioconda
- eaton-lab
dependencies:
- python=3
- jupyter
- jupyterthemes
- scipy
- numpy
- pandas
- sympy
- matplotlib
- toyplot
- toytree
- pip:
- seirsplus
@janxkoci
Copy link
Author

From conda docs (modified):

conda-env create -f pylab.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment