Skip to content

[Request] Run PiML outside of notebooks. #55

Open
@Mavrepis

Description

@Mavrepis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions