Open lawrencedy1 opened 4 years ago
Never mind, found a workaround.
Delete the .DS_Store file in Terminal using: cd [path of folder] find . -name ".DS_Store" -delete
Then run the Jupyter program seems to work. I think this needs to be done frequently (so would be nice if there's a permanent fix). Thanks for the nice program btw!
Hi! I've been trying to import my own chats into the program using the Jupyter notebook but it no longer works anymore.
It throws up an error in the Load your Chats section:
NotADirectoryError Traceback (most recent call last)