From 60002709a4000632ccbc12ca7a434b526b93bb39 Mon Sep 17 00:00:00 2001 From: Carl Date: Tue, 19 Dec 2023 22:52:24 +0000 Subject: [PATCH] restore fire.py path --- pages/fire.py => fire.py | 0 solara-app.ipynb | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) rename pages/fire.py => fire.py (100%) diff --git a/pages/fire.py b/fire.py similarity index 100% rename from pages/fire.py rename to fire.py diff --git a/solara-app.ipynb b/solara-app.ipynb index 4e71d3e..2c45cd9 100644 --- a/solara-app.ipynb +++ b/solara-app.ipynb @@ -13,11 +13,22 @@ "cell_type": "code", "execution_count": 12, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2023-12-19 22:46:47,275 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n", + "2023-12-19 22:46:47,701 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n", + "2023-12-19 22:46:47,973 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n", + "2023-12-19 22:46:48,573 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n" + ] + } + ], "source": [ "import leafmap\n", "import solara\n", - "from pages.fire import *" + "from fire import *" ] }, {