diff --git a/notebooks/01-introduction.ipynb b/notebooks/01-introduction.ipynb index 5ae489e..ed787f4 100644 --- a/notebooks/01-introduction.ipynb +++ b/notebooks/01-introduction.ipynb @@ -288,6 +288,24 @@ "! tegracli configure --help" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Inspect Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "\n", + "pd.read_json('filename.jsonl', lines=True)" + ] + }, { "cell_type": "markdown", "metadata": {},