-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure julia options #184
Comments
No, those options are not currently supported, but a PR to implement some would be welcome. I guess you'd need to do something like this: https://github.com/JuliaPy/pyjulia/blob/56a739126d3fed0d24e548069ff216fea78fbe1b/src/julia/libjulia.py#L330 It would go just above here: https://github.com/cjdoris/PythonCall.jl/blob/6c07d4e4eadb8706b15c5a6fcde9efe116982c3f/pysrc/juliacall/__init__.py#L80 Were there particular options you had in mind? I think for now use environment variables to set the options, such as |
I have just pushed a change which parses some options into the This allows you to set options either as environment variables as above or via the A PR which uses these to actually set the options in Julia would be great. |
Cool, I'm working on it. Cheers! |
Hi,
with pyjulia it's possible to configure some julia options (see https://github.com/JuliaPy/pyjulia/blob/master/src/julia/options.py#L79)
Is it possible with PythonCall?
If not, I'm willing to create a PR if somebody could give me any hint on how to integrate it
related to #73
The text was updated successfully, but these errors were encountered: