Julia Programming Language
Call an entire python script from Julia?
General Usage
carstenbauer
February 26, 2019, 6:37pm
2
Try
py"""exec(open("calendar.py").read())"""
. (see
here
)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Local Python file in module?
General Usage
question
,
pycall
3
1000
December 1, 2022
Calling a Python script with PyCall
New to Julia
6
4133
November 6, 2024
bug report calling julia from python
General Usage
python
0
673
July 5, 2018
PyError pyeval.jl not found
General Usage
pycall
2
447
November 4, 2021
How use python functions from my python file in Julia?
General Usage
2
995
April 25, 2022