We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f14969 commit 204bc7cCopy full SHA for 204bc7c
1 file changed
hands-on/shell_interaction.ipynb
@@ -51,6 +51,15 @@
51
"sh.ls('-l')"
52
]
53
},
54
+ {
55
+ "cell_type": "code",
56
+ "execution_count": null,
57
+ "metadata": {},
58
+ "outputs": [],
59
+ "source": [
60
+ "!ls -l"
61
+ ]
62
+ },
63
{
64
"cell_type": "code",
65
"execution_count": null,
@@ -611,6 +620,15 @@
611
620
"If you need to add or modify environment variables, it is good practice to do that on a copy of `os.environ`."
612
621
613
622
623
624
625
626
627
628
629
+ "import os"
630
631
614
632
615
633
616
634
0 commit comments