It would be better if you could separate codes (as you did within .py file) from the notebook (.ipynb); you may use something like:
fromfixed_income_securitiesimport*
Thanks for the sharing!
It would be better if you could separate codes (as you did within `.py` file) from the notebook (`.ipynb`); you may use something like:
```python
from fixed_income_securities import *
```
Thanks for the sharing!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It would be better if you could separate codes (as you did within
.pyfile) from the notebook (.ipynb); you may use something like:Thanks for the sharing!