From a8be4512f93c6b0e98af1071844f2ed0be2a6c72 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:05:40 -0400 Subject: [PATCH] chore: add more info and tips to playground notebook --- playground/playground.ipynb | 76 +++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 32 deletions(-) diff --git a/playground/playground.ipynb b/playground/playground.ipynb index cad4e77..fd3a295 100644 --- a/playground/playground.ipynb +++ b/playground/playground.ipynb @@ -1,34 +1,46 @@ { - "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 + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# qsv playground\n", + "\n", + "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", + "## Tips\n", + "\n", + "- Get started by viewing what commands are available by running the command in the cell below.\n", + "- 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", + "- You can launch a terminal. clicking the folder icon then click the blue plus icon in the sidebar.\n", + "- 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": { + "codemirror_mode": "shell", + "file_extension": ".sh", + "mimetype": "text/x-sh", + "name": "bash" + } + }, + "nbformat": 4, + "nbformat_minor": 4 }