Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to update contents when notebooks are added without having to rebuild #1378

Open
samsplunks opened this issue May 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@samsplunks
Copy link

Problem

According to the documentation, whenever I add new notebooks, I have to rebuild the app for those to be indexed and added.

Proposed Solution

jupyter lite update-contents

Additional context

Or propose/document a way to access the subroutine that handles that part of the build.

@samsplunks samsplunks added the enhancement New feature or request label May 3, 2024
@jtpio
Copy link
Member

jtpio commented May 3, 2024

@samsplunks normally the jupyter lite build command will not re-run tasks that don't need to be re-run. So you should be able to run jupyter lite build --contents your-contents after adding new notebooks to copy the new files to the output-dir.

Or were you experiencing issues when doing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants