Skip to content

Commit

Permalink
#6495 add first lines to test linking
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Feb 26, 2018
1 parent cc152cd commit f785c5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ The Java unit tests are run with every build. See [test/README.md] for how to ru
docker run -p 8888:8888 beakerx/beakerx
```

## Overview

BeakerX is a collection of kernels and extensions for Jupyter.
The code is organized as follows:

* [beakerx](beakerx) The Python package.
* [doc](doc) Documentation consisting of notebooks. [StartHere.ipynb](StartHere.ipynb) at the top level links to these.


## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
Expand Down

0 comments on commit f785c5f

Please sign in to comment.