Skip to content

Show_frame_in_notebook not working in Jupyter notebooks by default  #5

@moaaztaha

Description

@moaaztaha

I'm following how-to-track-and-count-vehicles-with-yolov8 notebook on my local machine and found that show_frame_in_notebook() runs but the output frame is not rendered.

After some googling I found out that we need to add %matplotlib inline to the cell where we use the function for it to work. and it is used only once.

Also when I try to add it to the first cell of the notebook the function doesn't render too it needs to be in the same cell or after it for the first run.

I know my problem is solved but I'd like to see if it can be added to the library directly and that it was not used on colab.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions