Skip to content

Commit

Permalink
fixing sync bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snwagh committed Sep 12, 2024
1 parent ea445e4 commit e3aa3d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@
"metadata": {},
"outputs": [],
"source": [
"# widget._share_all()\n",
"# widget._sync_all()"
"widget._share_all()\n",
"widget._sync_all()"
]
},
{
Expand Down Expand Up @@ -727,7 +727,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e3aa3d9

Please sign in to comment.