Skip to content

Instantly share code, notes, and snippets.

@stevejpurves
Created October 19, 2023 15:06
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 stevejpurves/755de23a89887cca6e75467c62f40391 to your computer and use it in GitHub Desktop.
Save stevejpurves/755de23a89887cca6e75467c62f40391 to your computer and use it in GitHub Desktop.
conda env with python
name: sample-1
channels:
- conda-forge
- default
dependencies:
- python>=3.9
- matplotlib
- numpy
- scipy
- pip
- jupyterlab
- jupyterlab-spellchecker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment