mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-08 00:32:46 +08:00
BUG: load extensions in IPython magic (#1543)
This commit is contained in:
@@ -251,6 +251,12 @@ def run(ctx,
|
||||
def zipline_magic(line, cell=None):
|
||||
"""The zipline IPython cell magic.
|
||||
"""
|
||||
load_extensions(
|
||||
default=True,
|
||||
extensions=[],
|
||||
strict=True,
|
||||
environ=os.environ,
|
||||
)
|
||||
try:
|
||||
return run.main(
|
||||
# put our overrides at the start of the parameter list so that
|
||||
|
||||
Reference in New Issue
Block a user