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 }