mintlify / writer

✍️ AI powered documentation writer
https://www.mintlify.com/writer
MIT License
2.81k stars 129 forks source link

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

Open zszen opened 1 year ago

zszen commented 1 year ago

Python support. But ipynb don't support yet.

RoryGlenn commented 1 year ago

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.