An open API service indexing awesome lists of open source software.

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

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
```