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
Hey there! I am trying to use PiML in a python script integrating it into a streamlit app. However when I tried to initiate an object of the Experiment class I got the following error:
File "piml/api.py", line 106, in piml.api.Experiment.__init__ File "piml/dashboard/utils.py", line 49, in piml.dashboard.utils.is_jupyter_notebook AttributeError: 'NoneType' object has no attribute 'cmdline'
From this I understand we are not meant to execute this outside of notebooks. Is there a workaround? Do you plan to change this in the future?
The text was updated successfully, but these errors were encountered:
Hey there! I am trying to use PiML in a python script integrating it into a streamlit app. However when I tried to initiate an object of the Experiment class I got the following error:
File "piml/api.py", line 106, in piml.api.Experiment.__init__ File "piml/dashboard/utils.py", line 49, in piml.dashboard.utils.is_jupyter_notebook AttributeError: 'NoneType' object has no attribute 'cmdline'
From this I understand we are not meant to execute this outside of notebooks. Is there a workaround? Do you plan to change this in the future?
The text was updated successfully, but these errors were encountered: