with the directory structure
'ltfatpy/ltfatpy/...'
jupyter wrongly attempts to import the python code from the top folder, when it should import it from the second one. Some rename would be in order.
However,
the topfolder name 'ltfatpy' is, because it is the name of the github repository - this would have to be changed in case of a rename
the second folder name is 'ltfatpy', because it is the name of the future package - this should not be changed
Hence, the question is how to rename the github repository for ltfatpy to avoid such issues in the future?
with the directory structure 'ltfatpy/ltfatpy/...' jupyter wrongly attempts to import the python code from the top folder, when it should import it from the second one. Some rename would be in order.
However,
Hence, the question is how to rename the github repository for ltfatpy to avoid such issues in the future?