Skip to content

Commit a172a4d

Browse files
committed
add initial environment file with jupyter-lab, pandas, and seaborn
1 parent 0328d69 commit a172a4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

environment.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: intro-to-python
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python
7+
- jupyterlab
8+
- pandas
9+
- seaborn

0 commit comments

Comments
 (0)