writer
writer copied to clipboard
Please support jupyter file ".ipynb" in vscode. ;P
Python support. But ipynb don't support yet.
I agree, here is my current work around for this issue.
- Convert the .ipynb file into a .py file.
- Generate docs for everything you need in the .py file.
- Copy and paste the docstrings from the .py file back into the .ipynb file.