Skip to content

Commit 852ba69

Browse files
committed
Upgrade to latest xwidgets to fix binder
1 parent b745689 commit 852ba69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- xtensor-io=0.10.3
66
- xeus-cling=0.10.0
7-
- xwidgets=0.24.1
7+
- xwidgets=0.24.2
88
- ffmpeg=4.3.1
99
- widgetsnbextension
1010
- cling=0.7.0=*_3 # Require build of cling with gcc 9.3

notebooks/demo.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"metadata": {},
112112
"outputs": [],
113113
"source": [
114-
"auto ls_image = xw::image()\n",
114+
"auto ls_image = xw::image();\n",
115115
"ls_image.value = to_png_buffer(lightsaber);\n",
116116
"ls_image"
117117
]

0 commit comments

Comments
 (0)