Skip to content

Commit 8f5563b

Browse files
authored
Update Lorenz_inverse_Colab.ipynb
1 parent 9a23de1 commit 8f5563b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

examples/Lorenz_inverse_colab.ipynb renamed to examples/Lorenz_inverse_Colab.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"orig_nbformat": 2,
66
"colab": {
7-
"name": "Lorenz_inverse_colab.ipynb",
7+
"name": "Lorenz_inverse_Colab.ipynb",
88
"provenance": [],
99
"collapsed_sections": [],
1010
"include_colab_link": true
@@ -22,7 +22,7 @@
2222
"colab_type": "text"
2323
},
2424
"source": [
25-
"<a href=\"https://colab.research.google.com/github/helonayala/deepxde/blob/master/examples/Lorenz_inverse_colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
25+
"<a href=\"https://colab.research.google.com/github/helonayala/deepxde/blob/master/examples/Lorenz_inverse_Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2626
]
2727
},
2828
{
@@ -43,7 +43,7 @@
4343
"colab": {}
4444
},
4545
"source": [
46-
"#!pip install 'deepxde==0.8.4'"
46+
"#!pip install deepxde"
4747
],
4848
"execution_count": 4,
4949
"outputs": []
@@ -74,15 +74,17 @@
7474
"from __future__ import division\n",
7575
"from __future__ import print_function\n",
7676
"\n",
77+
"import io\n",
7778
"import re\n",
79+
"\n",
80+
"import matplotlib.pyplot as plt\n",
7881
"import numpy as np\n",
7982
"import requests\n",
80-
"import io\n",
81-
"import matplotlib.pyplot as plt\n",
8283
"\n",
8384
"import deepxde as dde\n",
8485
"from deepxde.backend import tf\n",
8586
"\n",
87+
"\n",
8688
"# get training data\n",
8789
"def gen_traindata():\n",
8890
" response = requests.get('https://github.com/lululxvi/deepxde/raw/master/examples/dataset/Lorenz.npz')\n",
@@ -445,4 +447,4 @@
445447
]
446448
}
447449
]
448-
}
450+
}

0 commit comments

Comments
 (0)