Last active
July 18, 2022 15:04
-
-
Save jsta/377d31dbd8d1c19aa379b97eb7aba074 to your computer and use it in GitHub Desktop.
A minimal conda env for jupyter
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
name: jupyenv | |
channels: | |
- conda-forge | |
dependencies: | |
- pandas | |
- pytest | |
- black | |
- jupyterlab | |
- jupytext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment