Tony Hirst
Tony Hirst
Related, https://github.com/plasmabio/tljh-repo2docker : *"TLJH plugin to build and use Docker images as user environments. The Docker images are built using repo2docker."* And also [*"A Persistent BinderHub Deployment"*](https://discourse.jupyter.org/t/a-persistent-binderhub-deployment/2865) (relates to https://github.com/jupyterhub/binderhub/issues/794):...
I think I saw a mention somewhere in one of the JupyterLite discussions about a button to run a notebook from a JupyterLite/JupyterLab UI on a remote MyBinder server. The...
Unpicking scenarios a bit more, I can think of several: 1) S/one clicks a link on Github repo and then clicks on it again; this might mean they didn't finish...
Would a list of known unsupported packages that are widely used dependencies be useful? Eg I don't think cairo is part of the wasm build so `pycairo` etc won't be...
I've been wondering whether a a quick fix might to have a path `/wheels` as well as `/lab` and `/retro/tree` that universal wheel packages could be placed in (or even...
I'm also noticing that the `ipywidgets` demos don't work using the above approach to building a distribution? (i.e. widgets aren't rendered): 
I run the `micropip()` install, the `ipywidgets` package loads with out error. A complete reproducible example (on my machine!) is: - clone the repo; - cd into examples; - run...
Re: reproducing path errors: ``` jupyter lite init jupyter lite build --files content jupyter lite init --output-dir _output999 jupyter lite build --files content --output-dir _output999 ``` results in: ``` ......
Trying a `%pip install` from a code cell in a notebook inside the JuoyterLab-app puts things seemingly outside the path of the current kernel with a `Defaulting to user installation...
Idly wondering about "JupyterLite-Binder" or "repo2jupyterlite" Github Action that could create a JupyterLite distribution from the contents of a repository and then publish it to Github pages, I note the...