obsidian-code-emitter icon indicating copy to clipboard operation
obsidian-code-emitter copied to clipboard

How to mount file systems with Python?

Open FennexFox opened this issue 1 year ago • 1 comments

I want to read "csv1" with pd.read_csv() function, so I need to mount the file system ... but how?

FennexFox avatar Nov 24 '24 10:11 FennexFox

@FennexFox Hi you can take a look at my solution, I have a fork here - https://github.com/Krisloveless/obsidian-code-emitter?tab=readme-ov-file#using-python-local-file

Krisloveless avatar Dec 02 '24 03:12 Krisloveless