Skip to content

Commit

Permalink
requirements.txt doesn't make any difference
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilkinson committed May 29, 2024
1 parent aab4431 commit 4a0a90c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/FLAIR-GG/flair.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"metadata": {},
"outputs": [],
"source": [
"import pyodide_kernel\n",
"\n",
"%pip install altair\n",
"%pip install pandas\n",
"%pip installrequests\n",
"\n",
"import altair as alt\n",
"import pandas as pd\n",
"\n",
Expand Down

0 comments on commit 4a0a90c

Please sign in to comment.