Skip to content

Commit b77dfcc

Browse files
committed
update to hide error output
1 parent eb9e9df commit b77dfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_Problems/Blank Python Notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
29-
"!pip install -qq -U datasets\n",
29+
"!pip install -qq -U datasets > /dev/null 2>&1\n",
3030
"import pandas as pd\n",
3131
"from datasets import load_dataset\n",
3232
"import matplotlib.pyplot as plt\n",

0 commit comments

Comments
 (0)