mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-09 02:04:24 +01:00
31 lines
998 B
Markdown
31 lines
998 B
Markdown
```@meta
|
|
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/jacobi_2D.ipynb"
|
|
```
|
|
|
|
```@raw html
|
|
<div class="admonition is-success">
|
|
<header class="admonition-header">Tip</header>
|
|
<div class="admonition-body">
|
|
<ul>
|
|
<li>
|
|
Download this notebook and run it locally on your machine [recommended]. Click <a href="jacobi_2D.ipynb" download>here</a>.
|
|
</li>
|
|
<li>
|
|
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/jacobi_2D.ipynb">here</a>
|
|
.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
```
|
|
|
|
```@raw html
|
|
<iframe id="notebook" src="../notebook-html/jacobi_2D.html" style="width:100%"></iframe>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function(){
|
|
var myIframe = document.getElementById("notebook");
|
|
iFrameResize({log:true}, myIframe);
|
|
});
|
|
</script>
|
|
```
|