Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit 230c30b

Browse files
committed
pip install pandas & altair
1 parent 6f8c1c9 commit 230c30b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_notebooks/2020-02-21-introducing-fastpages.ipynb

+10
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@
117117
"put a `#collapse-hide` flag at the top of any cell if you want to **hide** that cell by default, but give the reader the option to show it:"
118118
]
119119
},
120+
{
121+
"cell_type": "code",
122+
"execution_count": null,
123+
"metadata": {},
124+
"outputs": [],
125+
"source": [
126+
"#hide\n",
127+
"!pip install pandas altair"
128+
]
129+
},
120130
{
121131
"cell_type": "code",
122132
"execution_count": 1,

0 commit comments

Comments
 (0)