Skip to content

Instantly share code, notes, and snippets.

@jsta
Last active July 18, 2022 15:04
Show Gist options
  • Save jsta/377d31dbd8d1c19aa379b97eb7aba074 to your computer and use it in GitHub Desktop.
Save jsta/377d31dbd8d1c19aa379b97eb7aba074 to your computer and use it in GitHub Desktop.
A minimal conda env for jupyter
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