Skip to content

Commit

Permalink
Minimal binder
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Sep 27, 2024
1 parent 665314f commit bde4aab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies:
- pip
- pip:
- gmsh
- jupyterlab>=4.1
- jupytext>=1.16.1
- pygments>=2.17.0
# - jupyterlab>=4.1
# - jupytext>=1.16.1
# - pygments>=2.17.0
- trame-vtk
- trame-vuetify
6 changes: 3 additions & 3 deletions .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ echo
echo Install jupyter extensions
echo

# install required python packages
# install required python packages for jupyter
python3 -m pip install "jupyter-server-proxy"
python3 -m pip install "jupyterlab-quarto>=0.3.3"
# python3 -m pip install "jupyterlab-quarto>=0.3.3"
python3 -m pip install "jupytext>=1.16.1"
python3 -m pip install "trame_jupyter_extension"

# We install the local code "properly" - no point in a dev build here
# We install the local code "properly" - no point in an in-place build here

echo
echo Install local UW3
Expand Down
8 changes: 6 additions & 2 deletions joss-paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ authors:
corresponding: true # (This is how to denote the corresponding author)
affiliation: "1" # (Multiple affiliations must be quoted)
- name: John Mansour
equal-contrib: true
orcid: 0000-0001-5865-1664
affiliation: "2"
- name: Julian Giordani
equal-contrib: true
orcid: 0000-0003-4515-9296
affiliation: "3"
- name: Matt Knepley
Expand Down Expand Up @@ -120,6 +118,12 @@ contains material / time derivatives of the unknowns which are not present in th

# Discussion

Aim to provide strong support to users to develop sophisticated mathematical models and to be able to interrogate those models during development and at run-time.

Seemless parallelism

Resuable documentation that is accessible in rich-text format in jupyter notebooks for model development and analysis but is also incorporated into the API documentation in the same rich format.

<!-- Figures can be included like this:
![Caption for example figure.\label{fig:example}](figure.png)
and referenced from text using \autoref{fig:example}.
Expand Down

0 comments on commit bde4aab

Please sign in to comment.