mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-23 07:23:03 -05:00
[GH-ISSUE #1212] Update notebooks #13478
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
It updates everything, but it preserves your work. Is there a workaround to also update the notebook to the latest version?
@profvjreddi commented on GitHub (Apr 3, 2026):
Hey @sotoblanco good question! Right now
tito system updateis designed to preserve your work so you don't lose progress. If you want a clean copy of the latest notebooks you can run: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!
@profvjreddi commented on GitHub (Apr 3, 2026):
Closing — answered. Use
tito system update --cleanto get fresh notebooks, or manually pull the latest from the repo. See the comment above for details.