Yuvi
Yuvi
I've been chatting with @betatim @mfraezz about being able to launch a binder based on the contents of a frozen (aka immutable) artifact published on OSF. This is awesome and...
As part of upgrading our JS dependencies (See #1248), we should upgrade bootstrap too. 5 has been released for while now. We don't use a lot of bootstrap features so...
One of our goals is to have first class support for non-jupyter applications on Binder (such as RStudio, arbitrary command execution ala ReproServer, etc). Currently, the only things that binderhub...
I think this is in a reasonable place to release a v1.0. Primary tasks left to do are: - [ ] Shore up documentation to be top notch - helping...
IPython is a pretty heavy package to depend on. Currently we only use it for Unicode handling between 2 & 3. We should remove this dependency. Followup to #59
## Description Running `jupyter lite build --contents contents` fails with the following error if there is any directory whose name starts with a `.`. ``` ❯ jupyter lite build --contents...
Requires #1161, as that removes all assumptions of what Ubuntu version we are using from the R buildpack. This PR makes the base image configurable via a traitlet that can...
Been out for a bit now
If you have an install.R file, we install RStudio into the image. By default, we use nbressionproxy to make this available from JupyterHub / MyBinder.org, but if you are just...
Should we have a test that verifies we aren't leaving files in likely cache places (tmp, .cache, apt places)? _Originally posted by @minrk in https://github.com/jupyterhub/repo2docker/issues/1119#issuecomment-1021345645_ We cleaned up /tmp/downloaded_packages and...