Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantjer committed Nov 26, 2024
1 parent 5b678e7 commit edfd1db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Notebooks/solara/test_solara_config_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -1349,19 +1349,19 @@
" mapchoice1.set(True)\n",
" mapchoice2.set(False)\n",
" mapchoice3.set(False)\n",
" mapchoice1.set(False)\n",
" mapchoice4.set(False)\n",
" selected_view.set(\"map1\")\n",
" elif checkbox_id == 2:\n",
" mapchoice1.set(False)\n",
" mapchoice2.set(True)\n",
" mapchoice3.set(False)\n",
" mapchoice1.set(False)\n",
" mapchoice4.set(False)\n",
" selected_view.set(\"map2\")\n",
" elif checkbox_id == 3:\n",
" mapchoice1.set(False)\n",
" mapchoice2.set(False)\n",
" mapchoice3.set(True)\n",
" mapchoice1.set(False)\n",
" mapchoice4.set(False)\n",
" selected_view.set(\"map3\")\n",
" elif checkbox_id == 4:\n",
" mapchoice1.set(False)\n",
Expand All @@ -1373,7 +1373,7 @@
" mapchoice1.set(False)\n",
" mapchoice2.set(False)\n",
" mapchoice3.set(False)\n",
" mapchoice1.set(False)\n",
" mapchoice4.set(False)\n",
" selected_view.set(None)\n",
" \n",
"# show_waiting = solara.reactive(False) #######################################..................... REMOVE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<\n",
Expand Down Expand Up @@ -1443,7 +1443,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "72b8466fde7d42979d941a397992221d",
"model_id": "bbb1abc552cf47c1bc6f1091d120b6b9",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit edfd1db

Please sign in to comment.