Closed lilianschuster closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks @lilianschuster !
Actually, I think we should remove reset=True
from all notebooks except maybe one or two occurrences (to show that it exists). What do you think?
Where we keep it you can shorten the text a bit:
Beware! If you use `reset=True` in `utils.mkdir`, ALL DATA in this folder will be deleted!
Use with caution!
In the tutorials, the working_dir is often created via
utils.mkdir(...., reset=True)
. When people use this on folders with other data, the content of the folder can get removed. To at least warn the users, I added the following to the beginner tutorials (once in the text ingetting_started.ipynb
when the working_dir gets introduced and as code comment on the other notebooks):Thanks to Kim Cholibois for reporting this issue!