Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 25, 2024
1 parent 54ae5e0 commit b799dce
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions nbs/12_py2pyi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "aee49696",
"metadata": {},
"outputs": [],
Expand All @@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "3433906e",
"metadata": {},
"outputs": [],
Expand All @@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "444ab985",
"metadata": {},
"outputs": [],
Expand All @@ -73,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "92ebf6b9",
"metadata": {},
"outputs": [],
Expand All @@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "1aa9f23f",
"metadata": {},
"outputs": [
Expand All @@ -93,7 +93,7 @@
"1"
]
},
"execution_count": 5,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -106,7 +106,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "fa277c0b",
"metadata": {},
"outputs": [],
Expand All @@ -118,7 +118,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "9751182f",
"metadata": {},
"outputs": [],
Expand All @@ -128,7 +128,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "72cbc154",
"metadata": {},
"outputs": [],
Expand All @@ -147,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "6a61ebb2",
"metadata": {},
"outputs": [],
Expand All @@ -157,7 +157,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "ccb83c32",
"metadata": {},
"outputs": [
Expand All @@ -176,7 +176,7 @@
" return 1"
]
},
"execution_count": 10,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -188,7 +188,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"id": "6f971f40",
"metadata": {},
"outputs": [],
Expand All @@ -198,7 +198,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"id": "c96ad101",
"metadata": {},
"outputs": [
Expand All @@ -208,7 +208,7 @@
"True"
]
},
"execution_count": 12,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1180,7 +1180,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": null,
"id": "ad32b076",
"metadata": {},
"outputs": [],
Expand All @@ -1200,21 +1200,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b799dce

Please sign in to comment.