Skip to content

Commit

Permalink
restore fire.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent ed7fdc4 commit 6000270
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
File renamed without changes.
15 changes: 13 additions & 2 deletions solara-app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 *"
]
},
{
Expand Down

0 comments on commit 6000270

Please sign in to comment.