Skip to content

Commit c840e31

Browse files
authored
Merge pull request #626 from bashtage/improve-typing
TYP/DOC: Improve typign and docs
2 parents c5c697e + 3181008 commit c840e31

19 files changed

+97
-71
lines changed

examples/asset-pricing_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
"name": "python",
413413
"nbconvert_exporter": "python",
414414
"pygments_lexer": "ipython3",
415-
"version": "3.10.12"
415+
"version": "3.12.7"
416416
},
417417
"pycharm": {
418418
"stem_cell": {

examples/asset-pricing_formulas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"name": "python",
140140
"nbconvert_exporter": "python",
141141
"pygments_lexer": "ipython3",
142-
"version": "3.10.12"
142+
"version": "3.12.7"
143143
},
144144
"pycharm": {
145145
"stem_cell": {

examples/iv_absorbing-regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"name": "python",
152152
"nbconvert_exporter": "python",
153153
"pygments_lexer": "ipython3",
154-
"version": "3.10.12"
154+
"version": "3.12.7"
155155
},
156156
"pycharm": {
157157
"stem_cell": {

examples/iv_advanced-examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"name": "python",
571571
"nbconvert_exporter": "python",
572572
"pygments_lexer": "ipython3",
573-
"version": "3.10.12"
573+
"version": "3.12.7"
574574
},
575575
"nbsphinx": {
576576
"allow_errors": true

examples/iv_using-formulas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"name": "python",
192192
"nbconvert_exporter": "python",
193193
"pygments_lexer": "ipython3",
194-
"version": "3.10.12"
194+
"version": "3.12.7"
195195
},
196196
"pycharm": {
197197
"stem_cell": {

examples/panel_data-formats.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"name": "python",
231231
"nbconvert_exporter": "python",
232232
"pygments_lexer": "ipython3",
233-
"version": "3.10.12"
233+
"version": "3.12.7"
234234
},
235235
"pycharm": {
236236
"stem_cell": {

examples/panel_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"name": "python",
428428
"nbconvert_exporter": "python",
429429
"pygments_lexer": "ipython3",
430-
"version": "3.10.12"
430+
"version": "3.12.7"
431431
},
432432
"pycharm": {
433433
"stem_cell": {

examples/panel_using-formulas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"name": "python",
183183
"nbconvert_exporter": "python",
184184
"pygments_lexer": "ipython3",
185-
"version": "3.10.12"
185+
"version": "3.12.7"
186186
},
187187
"pycharm": {
188188
"stem_cell": {

examples/system_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"outputs": [],
4040
"source": [
4141
"# Common libraries\n",
42-
"%matplotlib inline\n",
4342
"import numpy as np\n",
4443
"import pandas as pd\n",
4544
"import statsmodels.api as sm"
@@ -733,6 +732,7 @@
733732
"outputs": [],
734733
"source": [
735734
"import statsmodels.api as sm\n",
735+
"\n",
736736
"from linearmodels.datasets import french\n",
737737
"\n",
738738
"data = french.load()\n",

examples/system_formulas.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"source": [
2424
"import numpy as np\n",
2525
"import pandas as pd\n",
26+
"\n",
2627
"from linearmodels.datasets import fringe\n",
2728
"\n",
2829
"data = fringe.load()"
@@ -179,7 +180,7 @@
179180
"name": "python",
180181
"nbconvert_exporter": "python",
181182
"pygments_lexer": "ipython3",
182-
"version": "3.10.12"
183+
"version": "3.12.7"
183184
},
184185
"pycharm": {
185186
"stem_cell": {

0 commit comments

Comments
 (0)