How can I reach the local namespace of a Julia function in python scripts?
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm wondering how to reach a local variable in a Julia function. Say I have the following function in Julia:
cb = function ()
local = 1.0
py"""
# How can I reach the variable 'local' here?
"""
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.