Skip to content

Commit

Permalink
📕changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Nov 21, 2023
1 parent 9908326 commit c814d59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/purple-lobsters-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'thebe-react': minor
'thebe-core': minor
---

Improved handling of connection errors for local server and binder during the connection attempt and if the kernel or server connection fails. Also simplified the binder connection functionality.
5 changes: 5 additions & 0 deletions .changeset/tiny-trees-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'demo-react': patch
---

Updated the demo to add examples of curfacing the different status and error feeds available; connection (server, session, kernel) vs execution (notebook, cell)
2 changes: 1 addition & 1 deletion apps/demo-react/public/widget-test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"# borrowed from https://jupyterlite.readthedocs.io/en/latest/_static/lab/index.html\n",
"\n",
"slider = IntSlider()\n",
"\n",
"ERROR\n",
"@interact(cookies=slider)\n",
"def cookies(cookies=slider.value, calories=(0, 150)):\n",
" total_calories = calories * cookies\n",
Expand Down

0 comments on commit c814d59

Please sign in to comment.