Added output_files' folder, environment.yml file, and jupyter notebook demo on how to create and visualize hdf5 files.
This commit is contained in:
13
environment.yml
Normal file
13
environment.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: test_atmos_chem_env
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.11
|
||||
- jupyter
|
||||
- numpy
|
||||
- pandas
|
||||
- matplotlib
|
||||
- plotly=5.18
|
||||
- h5py=3.10
|
||||
- pybis=1.35
|
Reference in New Issue
Block a user