Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
702 changes: 675 additions & 27 deletions ExoCore/Curriculum/Data_Repositories/MAST.ipynb

Large diffs are not rendered by default.

361 changes: 336 additions & 25 deletions ExoCore/Curriculum/Data_Structures/Pandas.ipynb

Large diffs are not rendered by default.

468 changes: 441 additions & 27 deletions ExoCore/Curriculum/Data_Structures/Scipy.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ExoCore/ExoCore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{
"data": {
"text/markdown": [
"5811 Confirmed Exoplanets "
"6080 Confirmed Exoplanets "
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -367,7 +367,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "exocore",
"language": "python",
"name": "python3"
},
Expand All @@ -381,7 +381,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.12.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: exocore
channels:
- defaults
dependencies:
- python=3.12
- astropy
- conda-forge::astroquery
- jupyter
- numpy
- pandas
- numpy<2
- pandas<3
- scipy
- pip
- pip:
Expand Down
Loading