https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
i

Isaac89

02/15/2022, 12:28 PM
Hi @User ! I also tried to do something like you did and solved the problem with kedro viz in this way
Copy code
try:
        session = get_current_session()

    except RuntimeError:
        session = KedroSession.create(package_name=package_name, project_path=package_path)
but I don't know wether this is the best way to achieve it