File hierarchy #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
Currently, the file hierarchy is perfectly flat (i.e., there are no folders whatsoever).
I propose a cleaner hierarchy where the notebooks are in a folder called
notebooks
.This issue may be closed when there is a pull request implementing the new changes.
Tip
When implementing this change on the command line, it's important that you use the command
git mv <filename> <new_directory>
in order to preserve the file's history! Otherwise, it may be lost. Also, the resulting PR will have at least double the files necessary because it can't tell the difference between moving files and deleting and creating new ones with the same name and data. Unless you usegit mv
.The text was updated successfully, but these errors were encountered: