我正在尝试从 Access VBA 运行 Jupyter notebook:
Sub import_hawk()
Dim objShell As Object
Dim PythonExe, PythonScript As String
Set objShell = VBA.CreateObject("Wscript.Shell")
PythonExe = """C:\Users\Philip\.conda\envs\latest\python.exe"""
PythonScript = "C:\Users\Philip\OneDrive\Betting\Capra\Tennis\polgara\polgara.ipynb"
objShell.run PythonExe & PythonScript
End Sub
当我运行它时,一个框会短暂出现然后消失。我已经手动运行笔记本并且工作正常。最令人沮丧的是,它工作了大约 5 分钟,但现在不...
开心每一天1111
POPMUISE
随时随地看视频慕课网APP
相关分类