repo2jupyterlite icon indicating copy to clipboard operation
repo2jupyterlite copied to clipboard

Build jupyterlite apps out of repositories

Results 8 repo2jupyterlite issues
Sort by recently updated
recently updated
newest added

## Description attempting to launch from the repo [https://github.com/stevejpurves/seg_tutorial](https://github.com/stevejpurves/seg_tutorial) results in a failure message: ``` { "detail": "jupyter lite build failed" } ``` ## Reproduce see 👆🏻 Launching from https://binderlite-prototype-yuvi.mybinder.org/?...

bug

Fixes https://github.com/jupyterlite/repo2jupyterlite/issues/17 Using https://github.com/yuvipanda/environment.yml/pull/1 for testing. - [x] Switch to `jupyterlite-xeus` - [x] Document how to install create the `environment.yml` (which can be a note in the README for now)

enhancement

As discussed at JupyterCon (@yuvipanda, @jtpio) and especially after seeing @yuvipanda's lighting talk -- a good next step would be to get a test service setup, publicise this and then...

Currently `repo2jupyterlite` depends on `jupyterlite-xeus-python`: https://github.com/jupyterlite/repo2jupyterlite/blob/5c848e5f21c60297ceff0e2558b9abea3dc705b8/setup.py#L17 However there has been some refactoring lately to make it easier to load xeus kernels more easily in JupyterLite, with the creation of a...

### Problem It would be great to have an option to use the Voici jupyterlite addon https://github.com/voila-dashboards/voici so that people could generate dashboards easily!

enhancement

Braindump + plan from the plane! 1. Users should be able to _copy paste_ the URL they are in and share it with someone else. This should "just work" -...

Hey @yuvipanda! This repo is looking really promising. I also just learned about this one as well by @manics: https://github.com/manics/binderlite-builder With some more context in https://discourse.jupyter.org/t/idea-binder-jupyterlite-binderlite/14449/7 I was wondering if...

When building a `jupyterlite` environment, does it need to be in a clean environment, free of other jupyter extension packages etc? If you are running in a new server environment,...

enhancement