diegofcornejo / vercel-jupyter-lite

Deploy your own Jupyter Lite on Vercel
https://jupyter.vercel.app
1 stars 2 forks source link

The homepage does not have any pre-prepared notebooks #1

Closed jeremy-feng closed 9 months ago

jeremy-feng commented 9 months ago

I followed the deployment method on Vercel and successfully obtained the JupyterLite interface similar to yours (https://jupyter.vercel.app/lab/index.html). However, the homepage does not have any pre-prepared notebooks, and all files in the content folder disappear.

image

I'm wondering if you know how to include the files in the content folder when deploying a website on Vercel?

I would appreciate any guidance on how to resolve this issue. Thank you.

jeremy-feng commented 9 months ago

This issue is solved here: https://github.com/jupyterlite/jupyterlite/issues/1288

diegofcornejo commented 9 months ago

This issue is solved here: jupyterlite/jupyterlite#1288

Thank you for this, at some point while I was writing the guide I commented out the line of content and forgot to uncomment it.