ipython / ipython/ipynb

IndentationError: unexpected indent

Open
#29 7 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
258
Forks
71
PR merge metrics
No merged PRs in 30d

Description

When using `import ipynb.fs.defs.myipynb`, I get an error:
```
File "", line 81
alpha_dict[key] = alpha_dict[key].ewm(span=20,adjust=True,min_periods=0,ignore_na=False).mean()
^
IndentationError: unexpected indent
```
The cell is:
```
for key in alpha_dict:
alpha_dict[key] = alpha_dict[key].ewm(span=20,adjust=True,min_periods=0,ignore_na=False).mean()
```
I don' t know why would it try to import a for loop like this.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.