https://github.com/fr4nc3/astrophysics-exercises
astrophysics exercises solved with python
https://github.com/fr4nc3/astrophysics-exercises
Last synced: over 1 year ago
JSON representation
astrophysics exercises solved with python
- Host: GitHub
- URL: https://github.com/fr4nc3/astrophysics-exercises
- Owner: Fr4nc3
- License: mit
- Created: 2023-10-07T13:13:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T04:16:34.000Z (over 1 year ago)
- Last Synced: 2025-01-29T17:17:56.967Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 230 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astrophysics-exercises
astrophysics exercises solved with python
# Run commands
## Create Enviroment
```
pipenv install --python 3.12
```
## Enter to pipenv shell
```
pipenv shell
```
## Install dependencies
```
pip install Cython gunicorn Jinja2 numpy pandas plotly python-dateutil scikit-learn matplotlib seaborn jupyter
```
## run Jupyter trust first
```
jupyter trust planetary.ipynb
```
## Run Jupyter notebook
```
jupyter notebook planetary.ipynb
```