Closed LucasLauri closed 1 year ago
@LucasLauri
Try changing the Notebook mode. If not, then try running python in terminal:
>>> import os
>>> import sys
>>> os.path.dirname(sys.executable)
'C:\\Python25'
And update your Python path.
@hvitis Disabling the Notebook mode and then close and open Obsidian worked!
Thanks :)
Hello, I'm trying to run a simple code to run through some files in a specific folder with this code:
If I run this with this Obsidian plugin it seems me that no file is returned:
But if i run it in Visual Code it runs normally:
Another thing, if I run the same code with
folderPath = "G:\\Meu Drive\\Obsidian Vaults\\Lauri's Vault"
it woks OK in obsidian, maybe there is something with the accent in "600 Calendário"?My plugins settings is:
And my OS is Windows 10 if it helps.