mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
chore: add more info and tips to playground notebook
This commit is contained in:
parent
b972946a5c
commit
a8be4512f9
1 changed files with 44 additions and 32 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue