[GH-ISSUE #1212] Update notebooks #4352

Closed
opened 2026-04-19 12:22:16 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @sotoblanco on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1212

Is there a command to update the notebooks to the latest version?

When you run

tito system update

It updates everything, but it preserves your work. Is there a workaround to also update the notebook to the latest version?

Originally created by @sotoblanco on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1212 Is there a command to update the notebooks to the latest version? When you run ``` tito system update ``` It updates everything, but it preserves your work. Is there a workaround to also update the notebook to the latest version?
GiteaMirror added the area: booktype: question labels 2026-04-19 12:22:16 -05:00
Author
Owner

@profvjreddi commented on GitHub (Apr 3, 2026):

Hey @sotoblanco good question! Right now tito system update is designed to preserve your work so you don't lose progress. If you want a clean copy of the latest notebooks you can run:

tito system update --force

That will pull the latest versions and overwrite any local changes. Just make sure you've saved any work you want to keep before running it. Let me know if that works for you!

<!-- gh-comment-id:4184722675 --> @profvjreddi commented on GitHub (Apr 3, 2026): Hey @sotoblanco good question! Right now `tito system update` is designed to preserve your work so you don't lose progress. If you want a clean copy of the latest notebooks you can run: ``` tito system update --force ``` That will pull the latest versions and overwrite any local changes. Just make sure you've saved any work you want to keep before running it. Let me know if that works for you!
Author
Owner

@profvjreddi commented on GitHub (Apr 3, 2026):

Closing — answered. Use tito system update --clean to get fresh notebooks, or manually pull the latest from the repo. See the comment above for details.

<!-- gh-comment-id:4184853578 --> @profvjreddi commented on GitHub (Apr 3, 2026): Closing — answered. Use `tito system update --clean` to get fresh notebooks, or manually pull the latest from the repo. See the comment above for details.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#4352