Where does the Anaconda store the files on a Win10 Machine

hi there

where does the Anaconda store the files on a Win10 Machine

i run a script that creates a CSV file - where does the Anaconda store this

http://localhost:8888/notebooks/xyz.ipynb

Did you check your Windows user folder? It should be close to “My Documents” etc.

You can run import os; print(os.getcwd()) to get the current working directory of your notebook on your filesystem.

2 Likes