Skip to content

Commit 6474bc9

Browse files
committed
fix import
1 parent c4b6b73 commit 6474bc9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

nbs/02_foundation.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
{
686686
"data": {
687687
"text/plain": [
688-
"b'\\x80\\x03cinspect\\nSignature\\nq\\x00(cinspect\\nParameter\\nq\\x01X\\x05\\x00\\x00\\x00itemsq\\x02cinspect\\n_ParameterKind\\nq\\x03K\\x01\\x85q\\x04Rq\\x05\\x86q\\x06Rq\\x07}q\\x08(X\\x08\\x00\\x00\\x00_defaultq\\tNX\\x0b\\x00\\x00\\x00_annotationq\\ncinspect\\n_empty\\nq\\x0bubh\\x01X\\x04\\x00\\x00\\x00restq\\x0ch\\x03K\\x02\\x85q\\rRq\\x0e\\x86q\\x0fRq\\x10}q\\x11(h\\th\\x0bh\\nh\\x0bubh\\x01X\\x08\\x00\\x00\\x00use_listq\\x12h\\x03K\\x03\\x85q\\x13Rq\\x14\\x86q\\x15Rq\\x16}q\\x17(h\\t\\x89h\\nh\\x0bubh\\x01X\\x05\\x00\\x00\\x00matchq\\x18h\\x14\\x86q\\x19Rq\\x1a}q\\x1b(h\\tNh\\nh\\x0bubtq\\x1c\\x85q\\x1dRq\\x1e}q\\x1fX\\x12\\x00\\x00\\x00_return_annotationq h\\x0bsb.'"
688+
"b'\\x80\\x04\\x95\\x01\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x8c\\x07inspect\\x94\\x8c\\tSignature\\x94\\x93\\x94(h\\x00\\x8c\\tParameter\\x94\\x93\\x94\\x8c\\x05items\\x94h\\x00\\x8c\\x0e_ParameterKind\\x94\\x93\\x94K\\x01\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(\\x8c\\x08_default\\x94N\\x8c\\x0b_annotation\\x94h\\x00\\x8c\\x06_empty\\x94\\x93\\x94ubh\\x04\\x8c\\x04rest\\x94h\\x07K\\x02\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(h\\rh\\x10h\\x0eh\\x10ubh\\x04\\x8c\\x08use_list\\x94h\\x07K\\x03\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(h\\r\\x89h\\x0eh\\x10ubh\\x04\\x8c\\x05match\\x94h\\x19\\x86\\x94R\\x94}\\x94(h\\rNh\\x0eh\\x10ubt\\x94\\x85\\x94R\\x94}\\x94\\x8c\\x12_return_annotation\\x94h\\x10sb.'"
689689
]
690690
},
691691
"execution_count": null,
@@ -818,7 +818,7 @@
818818
{
819819
"data": {
820820
"text/plain": [
821-
"['k', 1, 0]"
821+
"[10, 3, 7]"
822822
]
823823
},
824824
"execution_count": null,
@@ -860,6 +860,8 @@
860860
"t = L(arr, use_list=None)\n",
861861
"test_eq(t[1,2], arr[[1,2]])\n",
862862
"\n",
863+
"\n",
864+
"import pandas as pd\n",
863865
"df = pd.DataFrame({'a':[1,2,3]})\n",
864866
"t = L(df, use_list=None)\n",
865867
"test_eq(t[1,2], L(pd.DataFrame({'a':[2,3]}, index=[1,2]), use_list=None))"
@@ -1983,10 +1985,13 @@
19831985
"Converted 01_basics.ipynb.\n",
19841986
"Converted 02_foundation.ipynb.\n",
19851987
"Converted 03_xtras.ipynb.\n",
1988+
"Converted 03a_parallel.ipynb.\n",
1989+
"Converted 03b_net.ipynb.\n",
19861990
"Converted 04_dispatch.ipynb.\n",
19871991
"Converted 05_transform.ipynb.\n",
19881992
"Converted 07_meta.ipynb.\n",
19891993
"Converted 08_script.ipynb.\n",
1994+
"Converted Untitled1.ipynb.\n",
19901995
"Converted index.ipynb.\n"
19911996
]
19921997
}

0 commit comments

Comments
 (0)