{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:06:21.417305Z", "iopub.status.busy": "2026-01-27T17:06:21.417219Z", "iopub.status.idle": "2026-01-27T17:06:21.420204Z", "shell.execute_reply": "2026-01-27T17:06:21.419894Z" } }, "outputs": [], "source": [ "import pandas as pd\n", "\n", "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:06:21.421164Z", "iopub.status.busy": "2026-01-27T17:06:21.421088Z", "iopub.status.idle": "2026-01-27T17:06:21.423017Z", "shell.execute_reply": "2026-01-27T17:06:21.422770Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "
\n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:06:21.438040Z", "iopub.status.busy": "2026-01-27T17:06:21.437958Z", "iopub.status.idle": "2026-01-27T17:06:21.439581Z", "shell.execute_reply": "2026-01-27T17:06:21.439309Z" } }, "outputs": [], "source": [ "df = {'cond': ['A', 'A', 'B', 'B', 'C', 'C'], \\\n", " 'x': [2, 3, 2, 3, 2, 3], \\\n", " 'y': [1.0, 1.5, 2.0, 1.0, 1.6, 1.8]}" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "execution": { "iopub.execute_input": "2026-01-27T17:06:21.440559Z", "iopub.status.busy": "2026-01-27T17:06:21.440485Z", "iopub.status.idle": "2026-01-27T17:06:21.493065Z", "shell.execute_reply": "2026-01-27T17:06:21.492722Z" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ], "text/plain": [ "