+ 1
How to assign your current folder of jupyter notebook to a data path variable?
How to assign your current folder of jupyter notebook to a data path variable? There I have many images I would like to read all of them
1 Odpowiedź
+ 2
import os
path=os.path.dirname(os.path.realpath(__file__))+"\\"