I use a Python Jupyter Notebook to access databases on a remote server, connected via SSH (Remote-SSH Extension).
When I try pandas.read_csv() I can only access files that are on the remote server, but I want to read local files.
How can I access my local files using the Python code?
What path must I use or what command is necessary?
os.getcwd() shows only remote path
Thanks for your help! This is my very first question here.