Hello, I am executing the following code in a Python Jupyter Notebook:
from julia.api import Julia
jl = Julia(compiled_modules=True)
from julia import Main
I would like to find where the julia executable file is within the cloud. How can I do that? This is more a basic computer science question than a Julia-specific question.