So this only happens with the anywidget front end.
jupyter (barely visible too with the color themes)
marimo in vscode
marimo in browser
pyodide in browser -> renders it correctly
I found where it's defined:
|
this.butCloseElement.innerText = '×' |
Would it be fine to use an x or X instead of ×?, perhaps there is some string encoding argument to make sure windows doesn't mess it up?
let me know if this should be filed rendercanvas, or maybe even upstream... I put it here as the definition originates from here.
So this only happens with the anywidget front end.
jupyter (barely visible too with the color themes)
marimo in vscode
marimo in browser
pyodide in browser -> renders it correctly
I found where it's defined:
renderview/src/renderview.js
Line 408 in 88afb34
Would it be fine to use an
xorXinstead of×?, perhaps there is some string encoding argument to make sure windows doesn't mess it up?let me know if this should be filed rendercanvas, or maybe even upstream... I put it here as the definition originates from here.