Skip to content

Commit 288cf6e

Browse files
Alan KaptanogluAlan Kaptanoglu
authored andcommitted
Added the updated binder links.
1 parent d4e64c4 commit 288cf6e

15 files changed

+19
-19
lines changed

examples/10_PDEFIND_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"This notebook provides a simple overview of the PDE functionality of PySINDy, following the examples in the PDE-FIND paper (Rudy, Samuel H., Steven L. Brunton, Joshua L. Proctor, and J. Nathan Kutz. \"Data-driven discovery of partial differential equations.\" Science Advances 3, no. 4 (2017): e1602614.). Jupyter notebook written by Alan Kaptanoglu.\n",
1111
"\n",
1212
"An interactive version of this notebook is available on binder\n",
13-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/10_PDEFIND_examples.ipynb)"
13+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/10_PDEFIND_examples.ipynb)"
1414
]
1515
},
1616
{

examples/11_SSR_FROLS_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Jupyter notebook written by Alan Kaptanoglu and Jared Callaham.\n",
1212
"\n",
1313
"An interactive version of this notebook is available on binder\n",
14-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/11_SSR_FROLS_examples.ipynb)"
14+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/11_SSR_FROLS_examples.ipynb)"
1515
]
1616
},
1717
{

examples/12_weakform_SINDy_examples.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"As of release 1.7, the weak formulation is vectorized and much faster to compute. The \"num_pts_per_domain\" variable is now deprecated. It can still be passed to the WeakPDELibrary to avoid breaking old code, but it will raise a DeprecationWarning and do nothing to the library.\n",
1313
"\n",
1414
"An interactive version of this notebook is available on binder\n",
15-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6?filepath=examples/12_weakform_SINDy_examples.ipynb)"
15+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/12_weakform_SINDy_examples.ipynb)"
1616
]
1717
},
1818
{
@@ -1617,7 +1617,7 @@
16171617
],
16181618
"metadata": {
16191619
"kernelspec": {
1620-
"display_name": "Python 3 (ipykernel)",
1620+
"display_name": "Python 3",
16211621
"language": "python",
16221622
"name": "python3"
16231623
},
@@ -1631,7 +1631,7 @@
16311631
"name": "python",
16321632
"nbconvert_exporter": "python",
16331633
"pygments_lexer": "ipython3",
1634-
"version": "3.9.7"
1634+
"version": "3.7.4"
16351635
},
16361636
"toc": {
16371637
"base_numbering": 1,

examples/13_ensembling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"This notebook provides an overview of the basic and advanced functionality of using ensemble methods in PySINDy. Ensembling robustifies the SINDy method. Written by Alan Kaptanoglu and Urban Fasel. \n",
1212
"\n",
1313
"An interactive version of this notebook is available on binder\n",
14-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/13_ensembling.ipynb)\n",
14+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/13_ensembling.ipynb)\n",
1515
"\n",
1616
"There are many variants of ensembling/subsampling strategies and post-processing methods. We will show the following useful variants below: <br> <br>\n",
1717
"Ensembling: <br>\n",

examples/14_cavity_flow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"This Jupyter notebook example is written by Jared Callaham and demonstrates the use of SINDy to learn a model for the quasiperiodic dynamics in a shear-driven cavity at Re=7500, following [Callaham, Brunton, and Loiseau (2021)](https://arxiv.org/abs/2106.02409). It will focus on working through a relatively involved fluid dynamics example, rather than comparing optimizers, libraries, etc. This example also includes some other more advanced SINDy \"tricks\" like using dynamic mode decomposition to rotate the generalized coordinates and co-opting some of the SINDy infrastructure to perform nonlinear dimensionality reduction.\n",
2626
"\n",
2727
"An interactive version of this notebook is available on binder\n",
28-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/14_cavity_flow.ipynb)\n",
28+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/14_cavity_flow.ipynb)\n",
2929
"\n",
3030
"As in the cylinder wake example (see notebook 3), the reduced-order model appproximates the 2D time-varying velocity field $\\mathbf{u}(\\mathbf{x}, t)$ with the POD expansion\n",
3131
"$$\n",

examples/15_pysindy_lectures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"This notebook is a summary of the PySINDy YouTube lectures found [here](https://www.youtube.com/playlist?list=PLN90bHJU-JLoOfEk0KyBs2qLTV7OkMZ25). \n",
1010
"An interactive version of this notebook is available on binder\n",
11-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/15_pysindy_lectures.ipynb)\n",
11+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/15_pysindy_lectures.ipynb)\n",
1212
"\n",
1313
"These examples show how to use the SINDy method in practice, addressing the following practical questions:\n",
1414
"1. #### How does one choose the thresholding parameter $\\lambda$?\n",

examples/1_feature_overview.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"source": [
23-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/1_feature_overview.ipynb)"
23+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/1_feature_overview.ipynb)"
2424
]
2525
},
2626
{
@@ -2724,7 +2724,7 @@
27242724
],
27252725
"metadata": {
27262726
"kernelspec": {
2727-
"display_name": "Python 3 (ipykernel)",
2727+
"display_name": "Python 3",
27282728
"language": "python",
27292729
"name": "python3"
27302730
},
@@ -2738,7 +2738,7 @@
27382738
"name": "python",
27392739
"nbconvert_exporter": "python",
27402740
"pygments_lexer": "ipython3",
2741-
"version": "3.9.7"
2741+
"version": "3.7.4"
27422742
},
27432743
"toc": {
27442744
"base_numbering": 1,

examples/2_introduction_to_sindy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cell_type": "markdown",
1818
"metadata": {},
1919
"source": [
20-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/2_introduction_to_sindy.ipynb)"
20+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/2_introduction_to_sindy.ipynb)"
2121
]
2222
},
2323
{

examples/3_original_paper.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/3_original_paper.ipynb)"
16+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/3_original_paper.ipynb)"
1717
]
1818
},
1919
{

examples/4_scikit_learn_compatibility.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.6.1?filepath=examples/4_scikit_learn_compatibility.ipynb)"
15+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dynamicslab/pysindy/v1.7?filepath=examples/4_scikit_learn_compatibility.ipynb)"
1616
]
1717
},
1818
{

0 commit comments

Comments
 (0)