Thomas Kluyver
Thomas Kluyver
I came across it on Windows - e.g. by trying `print("行政法")` in a notebook. I would assume that R tries to determine what encoding the system uses, and if that...
But HTML output is now being escaped, right? So you can at least see ``?
We can display HTML and JS easily enough. For now, JS libraries either have to be sent with the data every time or loaded from a CDN, but we're thinking...
That's what we're working on having a good way to do. At the moment, some libraries will ask the user to manually run something like `notebook_init()` to set up the...
(the `!R --version` was to be run in Python to debug the R kernel crashing on start - that's unrelated to this issue) It looks like rbokeh is trying to...
How does htmlwidgets JS communicate with the backend in general? The `"Got unhandled msg_type:" "comm_open"` in the console indicates that something on the JS side is trying to open a...
Are the communications for shiny HTTP requests, websocket messages, or something else? How practical would it be to do similar communications patterns over Jupyter comms? And would packages like rbokeh...
Tricky, because what if the output which has the styling is cleared later?
Aha, thanks. We'll try with the package from conda-forge.
Yep, if you do that, it can find libpng12 on your system outside conda and load it.