Skip to content

Commit

Permalink
Merge pull request #239 from brown-ccv/238-notebooks-for-colab
Browse files Browse the repository at this point in the history
Add notebook and colab badge in README.md
  • Loading branch information
cpaniaguam authored Jun 6, 2023
2 parents 0eb6ea9 + 62ab5f4 commit 65475f0
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[![][docs-stable-img]][docs-stable-url]
[![][docs-dev-img]][docs-dev-url]


# Chamber.jl
`Chamber.jl` is a Julia package for simulating the eruption of a volcano using a model for the frequency of eruptions of upper crustal magma chambers based on Degruyter and Huber (2014). The package generates a CSV file and figures with the solution data for various variables over time.

Expand Down Expand Up @@ -114,6 +113,9 @@ julia> chamber(composition, end_time, log_volume_km3, InitialConc_H2O, InitialCo
```
The output directory specified by `output_dirname` contains the generated files.

## Notebook for Google Colaboratory
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/brown-ccv/Chamber.jl/blob/master/notebooks/notebook_for_chamber.ipynb)

## API Documentation

API documentation for Chamber.jl can be found [here][docs-stable-url].
Expand Down
Binary file added notebooks/images/instructions_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/instructions_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/instructions_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/instructions_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
394 changes: 394 additions & 0 deletions notebooks/notebook_for_chamber.ipynb

Large diffs are not rendered by default.

0 comments on commit 65475f0

Please sign in to comment.