Skip to content

Instantly share code, notes, and snippets.

@nicoguaro
Last active October 25, 2019 16:17
Show Gist options
  • Save nicoguaro/cc1436cf02f22cf1e3fe07946e19990b to your computer and use it in GitHub Desktop.
Save nicoguaro/cc1436cf02f22cf1e3fe07946e19990b to your computer and use it in GitHub Desktop.
Pre-configured conda environments
# Environment for polynote
#
#
name: polynote
channels:
- default
dependencies:
- python>=3.6
- pip
- jedi
- pyspark
- numpy
- scipy
- pandas
- pip:
- jep
# Environment for SLEPc in Python
#
# https://slepc4py.readthedocs.io/en/stable/index.html
name: slepc4py
channels:
- conda-forge
- default
dependencies:
- python>=3.6
- numpy
- scipy
- matplotlib>=2.0
- sympy
- jupyter
- ipython
- spyder
- ipykernel
- mpi4py
- petsc4py
- slepc4py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment