Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Sep 9, 2024
1 parent 5f96f27 commit 9c8cb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mfem/PyMFEM/HEAD?labpath=examples%2Fjupyter)
[![badge](examples/jupyter/ex1.svg)](https://mybinder.org/v2/gh/mfem/PyMFEM/HEAD?labpath=examples%2Fjupyter%2Fex1.ipynb)
[![badge](examples/jupyter/ex9.svg)](https://mybinder.org/v2/gh/mfem/PyMFEM/HEAD?labpath=examples%2Fjupyter%2Fex9.ipynb)
[![badge](examples/jupyter/.assets/ex1.svg)](https://colab.research.google.com/github/mfem/pymfem/blob/main/examples/jupyter/ex1.ipynb)
[![badge](examples/jupyter/.assets/ex9.svg)](https://colab.research.google.com/github/mfem/pymfem/blob/main/examples/jupyter/ex9.ipynb)

# MFEM + PyMFEM (FEM library)

Expand Down
4 changes: 2 additions & 2 deletions examples/jupyter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jupyter Versions of the Examples

[![badge](.assets/ex1.svg)](https://colab.research.google.com/github/mfem/PyMFEM/blob/update-notebooks/examples/jupyter/ex1.ipynb)
[![badge](.assets/ex9.svg)](https://colab.research.google.com/github/mfem/PyMFEM/blob/update-notebooks/examples/jupyter/ex9.ipynb)
[![badge](.assets/ex1.svg)](https://colab.research.google.com/github/mfem/pymfem/blob/main/examples/jupyter/ex1.ipynb)
[![badge](.assets/ex9.svg)](https://colab.research.google.com/github/mfem/pymfem/blob/main/examples/jupyter/ex9.ipynb)


This directory contains [Jupyter](https://jupyter.org/) versions of some of the PyMFEM examples with inline visualization using [pyglvis](https://github.com/GLVis/pyglvis).
Expand Down

0 comments on commit 9c8cb91

Please sign in to comment.