Skip to content

Commit 204bc7c

Browse files
committed
Add missing import
1 parent 4f14969 commit 204bc7c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

hands-on/shell_interaction.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
"sh.ls('-l')"
5252
]
5353
},
54+
{
55+
"cell_type": "code",
56+
"execution_count": null,
57+
"metadata": {},
58+
"outputs": [],
59+
"source": [
60+
"!ls -l"
61+
]
62+
},
5463
{
5564
"cell_type": "code",
5665
"execution_count": null,
@@ -611,6 +620,15 @@
611620
"If you need to add or modify environment variables, it is good practice to do that on a copy of `os.environ`."
612621
]
613622
},
623+
{
624+
"cell_type": "code",
625+
"execution_count": null,
626+
"metadata": {},
627+
"outputs": [],
628+
"source": [
629+
"import os"
630+
]
631+
},
614632
{
615633
"cell_type": "code",
616634
"execution_count": null,

0 commit comments

Comments
 (0)