Skip to content

Commit

Permalink
Environment files for first 3 chapters (about-ch2)
Browse files Browse the repository at this point in the history
  • Loading branch information
starfleetjames committed Feb 4, 2021
1 parent aaa127c commit b0ce050
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 0 deletions.
7 changes: 7 additions & 0 deletions again.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source ~/anaconda3/etc/profile.d/conda.sh
conda activate helioml
conda remove --name helioml_ch3 --all
rm -rf /Users/jmason86/Library/Jupyter/kernels/helioml_ch3
./install_environments.sh
conda activate helioml_ch3
jupyter lab
21 changes: 21 additions & 0 deletions environment_about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: helioml_ch1

channels:
- conda-forge

dependencies:
- python=3.8.3
- pip
- pip:
- jupyter
- jupyterlab==1.0.2
- jupyter_contrib_nbextensions
- IPython==7.15.0
- numpy==1.16.4
- pandas==0.24.2
- scipy==1.3.0
- sklearn==0.21.0
- seaborn==0.9.0
- matplotlib==3.1.0
- jupyter_contrib_nbextensions
- IPython==7.6.1
21 changes: 21 additions & 0 deletions environment_ch1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: helioml_ch2

channels:
- conda-forge

dependencies:
- python=3.8.3
- sunpy==2.0.1
- pip
- pip:
- jupyter
- jupyterlab==1.0.2
- jupyter_contrib_nbextensions
- IPython==7.15.0
- Pillow==7.1.2
- numpy==1.19.0
- pandas==1.0.5
- scikit-learn==0.23.1
- requests==2.24.0
- matplotlib==3.1.1
- lime==0.2.0
36 changes: 36 additions & 0 deletions environment_ch2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: helioml_ch3

channels:
- conda-forge

dependencies:
- python=3.6
- pip
- pip:
- jupyter
- jupyterlab
- jupyter_contrib_nbextensions
- IPython
- Pillow
- bs4
- tqdm
- numpy
- pyyaml
- nbformat
- nbclean
- pandas
- scipy
- sklearn
- seaborn
- sunpy
- suds-jurko
- astropy
- drms
- mpld3
- matplotlib
- datetime
- lime
- torch
- keras==2.2.4
- tensorflow==1.13.1
- git+https://github.com/i4Ds/IRISreader.git@master

0 comments on commit b0ce050

Please sign in to comment.