cboettig commited on
Commit
6000270
·
1 Parent(s): ed7fdc4

restore fire.py path

Browse files
Files changed (2) hide show
  1. pages/fire.py → fire.py +0 -0
  2. solara-app.ipynb +13 -2
pages/fire.py → fire.py RENAMED
File without changes
solara-app.ipynb CHANGED
@@ -13,11 +13,22 @@
13
  "cell_type": "code",
14
  "execution_count": 12,
15
  "metadata": {},
16
- "outputs": [],
 
 
 
 
 
 
 
 
 
 
 
17
  "source": [
18
  "import leafmap\n",
19
  "import solara\n",
20
- "from pages.fire import *"
21
  ]
22
  },
23
  {
 
13
  "cell_type": "code",
14
  "execution_count": 12,
15
  "metadata": {},
16
+ "outputs": [
17
+ {
18
+ "name": "stderr",
19
+ "output_type": "stream",
20
+ "text": [
21
+ "2023-12-19 22:46:47,275 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n",
22
+ "2023-12-19 22:46:47,701 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n",
23
+ "2023-12-19 22:46:47,973 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n",
24
+ "2023-12-19 22:46:48,573 - distributed.utils_perf - WARNING - full garbage collections took 23% CPU time recently (threshold: 10%)\n"
25
+ ]
26
+ }
27
+ ],
28
  "source": [
29
  "import leafmap\n",
30
  "import solara\n",
31
+ "from fire import *"
32
  ]
33
  },
34
  {