feat: add playground

This commit is contained in:
rzmk 2025-04-11 08:52:02 -04:00
parent da5d6a1476
commit b972946a5c
No known key found for this signature in database
4 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# qsv playground\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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"qsv --list"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": {
"name": "bash"
}
},
"nbformat": 4,
"nbformat_minor": 2
}