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

Commit 2c044b4

Browse files
author
Hamel Husain
authored
Merge pull request #472 from keeran/keeran/install-libs
Install libs required to run demo locally
2 parents 6f8c1c9 + 230c30b commit 2c044b4

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)