Hi <@!728979792740745297> ! I also tried to do som...
# beginners-need-help
i
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