Skip to content

Commit

Permalink
Merge pull request #15 from drphilmarshall/master
Browse files Browse the repository at this point in the history
requirements.txt
  • Loading branch information
fjaviersanchez authored Jul 15, 2016
2 parents 964c293 + 9e8455e commit 7f21ddb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Basic tutorial on how to use Jupyter notebooks for Astrophysics/Cosmology.

## Get Started

* [Read the tutorial notebook on GitHub](https://github.com/fjaviersanchez/JupyterTutorial/blob/master/TutorialJupyter.ipynb)

* Step through the tutorial notebook at [mybinder.org](http://mybinder.org/status/fjaviersanchez/jupytertutorial): [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/fjaviersanchez/jupytertutorial)
Expand All @@ -14,3 +16,21 @@ Basic tutorial on how to use Jupyter notebooks for Astrophysics/Cosmology.
* Then: `cd JupyterTutorial ; jupyter notebook &`
* The notebook should open in a nearby browser window: click on `TutorialJupyter.ipynb` to launch the notebook.


## Requirements

You'll need to install all the packages listed in `[requirements.txt](https://github.com/fjaviersanchez/JupyterTutorial/blob/master/requirements.txt)`:
```bash
pip install -r requirements.txt
```
These are:
```
seaborn
randomfield
bokeh
astropy
speclite
sklearn
healpy
```
All of which are very useful!
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
seaborn
randomfield
bokeh
astropy
speclite
sklearn

0 comments on commit 7f21ddb

Please sign in to comment.