chore: add more info and tips to playground notebook

This commit is contained in:
rzmk 2025-04-11 09:05:40 -04:00
parent b972946a5c
commit a8be4512f9
No known key found for this signature in database

View file

@ -1,34 +1,46 @@
{ {
"cells": [ "cells": [
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# qsv playground\n", "# qsv playground\n",
"\n", "\n",
"Explore qsv online in this Jupyter Lab environment. Click the folder icon on the left to view the files in this directory. You can try dropping files and running qsv on them too. We've provided a few CSV files for you to experiment with." "Explore qsv online in this Jupyter Lab environment!\n",
] "\n",
}, "If you're new to qsv and want to learn from lessons and exercises, visit [100.dathere.com](https://100.dathere.com) to learn more.\n",
{ "\n",
"cell_type": "code", "## Tips\n",
"execution_count": null, "\n",
"metadata": {}, "- Get started by viewing what commands are available by running the command in the cell below.\n",
"outputs": [], "- Click the folder icon on the left to view the files in this directory. You can also try dropping files from your computer and try running qsv commands on them.\n",
"source": [ "- You can launch a terminal. clicking the folder icon then click the blue plus icon in the sidebar.\n",
"qsv --list" "- We've provided a few CSV files for you to experiment with."
] ]
} },
], {
"metadata": { "cell_type": "code",
"kernelspec": { "execution_count": null,
"display_name": "Bash", "metadata": {},
"language": "bash", "outputs": [],
"name": "bash" "source": [
}, "qsv --list"
"language_info": { ]
"name": "bash" }
} ],
}, "metadata": {
"nbformat": 4, "kernelspec": {
"nbformat_minor": 2 "display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": {
"codemirror_mode": "shell",
"file_extension": ".sh",
"mimetype": "text/x-sh",
"name": "bash"
}
},
"nbformat": 4,
"nbformat_minor": 4
} }