Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 5, 2022
1 parent 9821dad commit beac6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 02_production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"#hide\n",
"# ! [ -e /content ] && pip install -Uqq fastbook\n",
"! [ -e /content ] && pip install -Uqq fastbook\n",
"import fastbook\n",
"fastbook.setup_book()"
]
Expand Down
2 changes: 1 addition & 1 deletion clean/02_production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"#hide\n",
"# ! [ -e /content ] && pip install -Uqq fastbook\n",
"! [ -e /content ] && pip install -Uqq fastbook\n",
"import fastbook\n",
"fastbook.setup_book()"
]
Expand Down

0 comments on commit beac6b4

Please sign in to comment.