forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com>
2.1 KiB
2.1 KiB
Failed to Open the checkpoints Folder in Notebook
checkpoints is a keyword in notebook. If a created folder is named checkpoints, the folder will not be opened, renamed, or deleted on JupyterLab.
Procedure
Open the terminal and perform operations using the CLI.
- Run the mkdir xxx command to create a folder, in which xxx is the folder name. Do not use checkpoints to name the folder.
- Move the data in the checkpoints folder to the new folder and delete the checkpoints folder in the root directory.
mv checkpoints/* xxx rm -r checkpoints
Parent topic: Other Faults
