jupyterlite / demo

JupyterLite demo deployed to GitHub Pages 🚀
https://jupyterlite.github.io/demo
356 stars 192 forks source link

Recommend to move this repo to the main library(jupyterlite/jupyterlite) #125

Closed yiliang114 closed 11 months ago

yiliang114 commented 12 months ago

Problem

https://jupyterlite.github.io/demo/lab/index.html

The release of the sample site is maintained separately from the main library, resulting in untimely updates. For example, the main library has been updated to 0.2, but the demo site is still 0.1.

Proposed Solution

Migrate actions to the main library(jupyterlite/jupyterlite)

Additional context

jtpio commented 12 months ago

The demo lives in its own repo so it can be a GitHub template, which makes it very convenient to create a JupyterLite website in just a couple of clicks:

image

Sure 0.2.0a0 is out, but there are still a couple of remaining issues before we can make it the default: https://github.com/jupyterlite/jupyterlite/issues/1141

jtpio commented 12 months ago

If you want we can open a draft PR to update to 0.2.x, for those who want to test the latest pre-releases.

jtpio commented 12 months ago

If you want we can open a draft PR to update to 0.2.x, for those who want to test the latest pre-releases.

Opened https://github.com/jupyterlite/demo/pull/126

yiliang114 commented 12 months ago

The demo lives in its own repo so it can be a GitHub template, which makes it very convenient to create a JupyterLite website in just a couple of clicks:

image

Sure 0.2.0a0 is out, but there are still a couple of remaining issues before we can make it the default: jupyterlite/jupyterlite#1141

Thanks for such a quick reply. After listening to your description, I found that it is indeed faster to quickly deploy your own sample site.

jtpio commented 12 months ago

Sure, and thanks for testing the 0.2.0 pre-releases!

If you find any issue with 0.2.0a0 (and the next releases), please report in the JupyterLite repo, that would be really helpful :pray: https://github.com/jupyterlite/jupyterlite

jtpio commented 11 months ago

Closing as answered. Don't hesitate to open a new issue if needed, thanks!