IndentationError: unexpected indent
Open
- 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.