100.dathere.com/playground/playground.ipynb
2025-04-11 08:52:17 -04:00

34 lines
940 B
Text

{
"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
}