We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b745689 commit 852ba69Copy full SHA for 852ba69
environment.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- xtensor-io=0.10.3
6
- xeus-cling=0.10.0
7
- - xwidgets=0.24.1
+ - xwidgets=0.24.2
8
- ffmpeg=4.3.1
9
- widgetsnbextension
10
- cling=0.7.0=*_3 # Require build of cling with gcc 9.3
notebooks/demo.ipynb
@@ -111,7 +111,7 @@
111
"metadata": {},
112
"outputs": [],
113
"source": [
114
- "auto ls_image = xw::image()\n",
+ "auto ls_image = xw::image();\n",
115
"ls_image.value = to_png_buffer(lightsaber);\n",
116
"ls_image"
117
]
0 commit comments