browser-extension
browser-extension copied to clipboard
Cannot annotate Jupyter notebooks on Github
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.
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.
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.