Skip to content

Import Error #23

Closed
Closed
@paduel

Description

After the last update of the code when importing quantstats it returns the error:

AttributeError: 'str' object has no attribute 'magic

I checked the code and it's an error on line 278 of utils.py. Where it reads

shell.magic("matplotlib inline")

should be

get_ipython().magic("matplotlib inline").

You're doing a great job! Go for it!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions