forked from HelioML/HelioML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Environment files for first 3 chapters (about-ch2)
- Loading branch information
1 parent
aaa127c
commit b0ce050
Showing
4 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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
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 |
This file contains 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
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 |
This file contains 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
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 |