Skip to content
Snippets Groups Projects
Unverified Commit 274423a9 authored by John Omotani's avatar John Omotani Committed by GitHub
Browse files

elm-pb (#1)

* elm-pb example

* Add note mentioning .bout accessor

* shading="gouaud" examples

* Comment on dimension naming

* Convert most comments to markdown.

Nicer formatting, and clickable links.

* Increase font size in plots

* Better description

* Files to work with binder.org

* update postBuild

* Make Jupyter use full width of window on mybinder.org
parent a8344386
No related branches found
No related tags found
No related merge requests found
/* Make the notebook cells take almost all available width */
.container {
width: 99% !important;
}
/* Prevent the edit cell highlight box from getting clipped;
* important so that it also works when cell is in edit mode*/
div.cell.selected {
border-left-width: 1px !important;
}
This diff is collapsed.
# elm-pb
wget -q -O elm-pb/BOUT.inp https://zenodo.org/record/4295926/files/BOUT.inp?download=1
wget -q -O elm-pb/cbm18_dens8.grid_nx68ny64.nc https://zenodo.org/record/4295926/files/cbm18_dens8.grid_nx68ny64.nc?download=1
wget -q -O elm-pb/BOUT.dmp.0.nc https://zenodo.org/record/4295926/files/BOUT.dmp.0.nc?download=1
# make Jupyter use whole width of browser window
mkdir -p ~/.jupyter/custom
cp .custom.css ~/.jupyter/custom/custom.css
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment