Travis DePrato
Travis DePrato
Another thing to do might be to take the URL automatically (if not provided) from the `DOCKER_HOST` environment variable. If it looks like `tcp://:2375` then we should use `` to...
Hewwo, WebIO isn't dead, but could do with some more maintainers besides just me. At the very least, I've updated WebIO for compat with Observables 0.4.
I'm also happy to serve as the technical contact for this – at least in terms of answering questions about WebIO and how it works (maybe not a full on...
WebIO uses its own (comm-based) API.
WebIO uses it's own JS library, the core of which is published as `@webio/webio` (and is all in the WebIO.jl repo under the `packages/` repository). Definitely open to any changes...
For posterity, I just ran into this issue. I was using Google cloud (the `google_container_cluster` resource) but I suspect it might be similar. Using ```hcl provider "helm" { kubernetes {...
Few diagnostic questions. * Is this using Jupyter notebook or Jupyter lab? * How are you launching Jupyter (_e.g._ `jupyter notebook` command or from within Julia running `using IJulia; notebook()`...
Hmmm... and there are no errors in the console? Can you (in the browser console) run `localStorage.debug = "*"` and refresh and see if there's any other output there? It...
The WebIO not detected method implies that nothing WebIO related is getting rendered.
If you get `WebIO not detected`, please... * Update to latest WebIO (especially important for Windows - there was a fix about installing the extensions to the wrong place on...