Skip to content

Commit

Permalink
Fix bash cell
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchieng committed Nov 5, 2018
1 parent 36aa671 commit 5df93c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-tensor_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"metadata": {},
"outputs": [],
"source": [
"# List all the files but with cleaner outputs for readability\n",
"%%bash\n",
"# List all the files but with cleaner outputs for readability\n",
"for f in $(ls *.*); do\n",
" echo $(wc -l $f)\n",
"done"
Expand Down

0 comments on commit 5df93c2

Please sign in to comment.