feat: include Binder with preset notebook & warning about notes.md

This commit is contained in:
rzmk 2024-05-30 21:13:32 -04:00
parent 67587d6fa0
commit 4b85757daf
6 changed files with 35 additions and 12 deletions

View file

@ -3,14 +3,20 @@
{
"cell_type": "markdown",
"metadata": {},
"source": ["# Exercise 0: Total rows"]
"source": [
"# Exercise 0: Total rows\n",
"\n",
"Using a qsv command, get the total number of rows that are in the `fruits.csv` file."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"qsv --list"
]
}
],
"metadata": {