Skip to content

Commit

Permalink
🧹dev cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Nov 21, 2023
1 parent 50d66ab commit 3128e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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",
"ERROR\n",
"\n",
"@interact(cookies=slider)\n",
"def cookies(cookies=slider.value, calories=(0, 150)):\n",
" total_calories = calories * cookies\n",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
() => ({
kernelOptions: {
path,
kernelName: 'python-something-uknkkjdaskfjdhalj',
kernelName: 'python',
},
binderOptions: {
repo: 'executablebooks/thebe-binder-base',
Expand Down

0 comments on commit 3128e81

Please sign in to comment.