Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Run PiML outside of notebooks. #55

Open
Mavrepis opened this issue Jun 23, 2024 · 0 comments
Open

[Request] Run PiML outside of notebooks. #55

Mavrepis opened this issue Jun 23, 2024 · 0 comments

Comments

@Mavrepis
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant