Hi, I am new to arize and just trying to run some samples given in the documentation. They do run fine in colab/jupyter notebooks but when I try to run the same code from a python file in my visual studio editor, it fails on this line:
px.launch_app(primary=prod_ds, reference=train_ds, host="127.0.0.1", port="8000")
Error comes from this below line in session.py:
dbutils = shell.user_ns["dbutils"], where shell = IPython.get_ipython()
Is it possible to launch it outside any notebook ?