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
From the current documentation, it seems like to use any Julia package (even the standard ones), we need to create and modify the juliacalldeps.json file. Are we able to import, e.g. LinearAlgebra directly in Python? Or is it possible to use a direct Pkg.add call in Python to install the Julia packages?
The text was updated successfully, but these errors were encountered:
From the current documentation, it seems like to use any Julia package (even the standard ones), we need to create and modify the juliacalldeps.json file. Are we able to import, e.g.
LinearAlgebra
directly in Python? Or is it possible to use a directPkg.add
call in Python to install the Julia packages?The text was updated successfully, but these errors were encountered: