'Zipline extension in Jupyter lab
I am trying to run this line of code in JupyterLab %load_ext zipline but I'm getting an error (I have already installed zipline).
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NaTType'
I guess this is because %load_ext is not finding any extension with the name zipline.
Has anyone faced this kind of error?
Thanks in advance,
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
