{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:23.158406Z", "iopub.status.busy": "2025-11-05T13:44:23.158291Z", "iopub.status.idle": "2025-11-05T13:44:23.162299Z", "shell.execute_reply": "2025-11-05T13:44:23.162104Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "
\n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import numpy as np\n", "import pandas as pd\n", "\n", "from lets_plot import *\n", "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2025-11-05T13:44:23.176272Z", "iopub.status.busy": "2025-11-05T13:44:23.176173Z", "iopub.status.idle": "2025-11-05T13:44:23.180855Z", "shell.execute_reply": "2025-11-05T13:44:23.180639Z" } }, "outputs": [ { "data": { "text/html": [ "| \n", " | x | \n", "y | \n", "
|---|---|---|
| 0 | \n", "19.352466 | \n", "0.481977 | \n", "
| 1 | \n", "47.585001 | \n", "-0.444944 | \n", "
| 2 | \n", "36.867703 | \n", "-0.738881 | \n", "
| 3 | \n", "30.334266 | \n", "-0.882739 | \n", "
| 4 | \n", "8.644913 | \n", "0.703183 | \n", "