Closed qiaogaojian closed 2 years ago
Does this work as expected when you run the script from the normal python interpreter?
Does this work as expected when you run the script from the normal python interpreter?
I didn't try normal python interpreter, but it works as expected in vscode with jupyter plugin.
I found that it works sometimes.
After click run button, it always keeps running and don't returns result, here is the log:
the log stop at "VM156:3115 INFO:traitlets:Executing notebook with kernel" .
here is my code:
btw, running simple code like
print("hello world")
can get result but costs a long time (about 10 seconds).my os is win10, obsidian verison is 0.14.6