browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

Cannot annotate Jupyter notebooks on Github

Open dutry opened this issue 3 years ago • 2 comments

For example, we can select a random repo:

The extension cannot annotate the materials in the Notebook, is there any method to make it?

Best.

dutry avatar Apr 15 '22 02:04 dutry

Jupyter notebooks are rendered inside an iframe, and the extension currently doesn't provide a way to annotate inside those. A workaround is to copy the URL of the iframe and open it in a new tab. There used to be a context menu option for this in Chrome but it was removed. The functionality is available though via a browser extension.

robertknight avatar Apr 15 '22 09:04 robertknight

Jupyter notebooks are rendered inside an iframe, and the extension currently doesn't provide a way to annotate inside those. A workaround is to copy the URL of the iframe and open it in a new tab. There used to be a context menu option for this in Chrome but it was removed. The functionality is available though via a browser extension.

Thank you, perfectly solved my question.

dutry avatar Apr 15 '22 10:04 dutry