You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/faq.md
+4
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,7 @@ The solution is to either:
84
84
* use a Python from a conda environment, which will have a newer `libstdc++` that is compatible with Julia's
85
85
86
86
Related issues: [#255](https://github.com/cjdoris/PythonCall.jl/issues/255)
87
+
88
+
## Can I use JuliaCall to run Julia inside applications with embedded Python?
89
+
90
+
Yes, it may be possible. See an example of how to have Julia running inside the Python that is running inside Blender here https://discourse.julialang.org/t/running-julia-inside-blender-through-vscode-using-pythoncall-juliacall/96838.
0 commit comments