Skip to content

Commit e81e0c9

Browse files
authored
Merge pull request #2490 from PolicyEngine/PavelMakarchuk/issue2485
Tax Cuts for Workers Act blog post
2 parents e25e37d + 5f436d5 commit e81e0c9

4 files changed

Lines changed: 3579 additions & 13 deletions

File tree

2.9 MB
Loading

src/posts/articles/michigan-bill-hb4170.ipynb

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 15,
23+
"execution_count": 245,
2424
"metadata": {},
2525
"outputs": [],
2626
"source": [
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 16,
58+
"execution_count": 246,
5959
"metadata": {},
6060
"outputs": [
6161
{
@@ -73,7 +73,7 @@
7373
"<IPython.core.display.Markdown object>"
7474
]
7575
},
76-
"execution_count": 16,
76+
"execution_count": 246,
7777
"metadata": {},
7878
"output_type": "execute_result"
7979
}
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"cell_type": "code",
120-
"execution_count": 17,
120+
"execution_count": 247,
121121
"metadata": {},
122122
"outputs": [
123123
{
@@ -131,7 +131,7 @@
131131
"<IPython.core.display.Markdown object>"
132132
]
133133
},
134-
"execution_count": 17,
134+
"execution_count": 247,
135135
"metadata": {},
136136
"output_type": "execute_result"
137137
}
@@ -418,7 +418,7 @@
418418
},
419419
{
420420
"cell_type": "code",
421-
"execution_count": 18,
421+
"execution_count": 248,
422422
"metadata": {},
423423
"outputs": [
424424
{
@@ -432,14 +432,12 @@
432432
"<IPython.core.display.Markdown object>"
433433
]
434434
},
435-
"execution_count": 18,
435+
"execution_count": 248,
436436
"metadata": {},
437437
"output_type": "execute_result"
438438
}
439439
],
440440
"source": [
441-
"from plotly.subplots import make_subplots\n",
442-
"\n",
443441
"# Income deciles\n",
444442
"deciles = list(range(1, 11))\n",
445443
"\n",
@@ -769,7 +767,7 @@
769767
},
770768
{
771769
"cell_type": "code",
772-
"execution_count": 19,
770+
"execution_count": 249,
773771
"metadata": {},
774772
"outputs": [
775773
{
@@ -783,7 +781,7 @@
783781
"<IPython.core.display.Markdown object>"
784782
]
785783
},
786-
"execution_count": 19,
784+
"execution_count": 249,
787785
"metadata": {},
788786
"output_type": "execute_result"
789787
}
@@ -883,7 +881,7 @@
883881
],
884882
"metadata": {
885883
"kernelspec": {
886-
"display_name": "policyengine",
884+
"display_name": "pe",
887885
"language": "python",
888886
"name": "python3"
889887
},
@@ -897,7 +895,7 @@
897895
"name": "python",
898896
"nbconvert_exporter": "python",
899897
"pygments_lexer": "ipython3",
900-
"version": "3.10.16"
898+
"version": "3.10.14"
901899
}
902900
},
903901
"nbformat": 4,

0 commit comments

Comments
 (0)