writer icon indicating copy to clipboard operation
writer copied to clipboard

Please support jupyter file ".ipynb" in vscode. ;P

Open zszen opened this issue 2 years ago • 1 comments

Python support. But ipynb don't support yet.

zszen avatar Apr 27 '23 01:04 zszen

I agree, here is my current work around for this issue.

  1. Convert the .ipynb file into a .py file.
  2. Generate docs for everything you need in the .py file.
  3. Copy and paste the docstrings from the .py file back into the .ipynb file.

RoryGlenn avatar Jul 04 '23 18:07 RoryGlenn