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
We could make it so that CMBLensingSPT3GInterface.__init__ added the right path to the sys.path. Then the usage instructions on the Python side could be:
%load_ext julia.magic
%julia using CMBLensingSPT3GInterface
import CMBLensingSPT3GInterface
and it would work without needing to hardcode any paths and with only one copy of the package (the one managed by Julia)
For scripts, we would need to import iPython and call the Julia magic first.
The text was updated successfully, but these errors were encountered:
@marius311 had the following idea:
For scripts, we would need to import iPython and call the Julia magic first.
The text was updated successfully, but these errors were encountered: