We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf19cc7 commit f37a932Copy full SHA for f37a932
book/18-environments.ipynb
@@ -1636,7 +1636,7 @@
1636
"id": "82715cd6",
1637
"metadata": {},
1638
"source": [
1639
- "**Tidy up**"
+ "**Tidy up**: remove files created in this section"
1640
]
1641
},
1642
{
@@ -1647,16 +1647,9 @@
1647
"outputs": [],
1648
1649
"!rm -rf /tmp/cowsay-python\n",
1650
- "!rm -rf myvirtualenv-copy"
+ "!rm -rf myvirtualenv-copy\n",
1651
+ "!rm -f requirements.txt"
1652
- },
1653
- {
1654
- "cell_type": "code",
1655
- "execution_count": null,
1656
- "id": "bd9e1fa3",
1657
- "metadata": {},
1658
- "outputs": [],
1659
- "source": []
1660
}
1661
],
1662
"metadata": {
0 commit comments