Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zszen opened this issue Apr 27, 2023 · 1 comment
Open

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

zszen opened this issue Apr 27, 2023 · 1 comment

Comments

@zszen
Copy link

zszen commented Apr 27, 2023

Python support. But ipynb don't support yet.

@RoryGlenn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants