Hi, there are good reasons why currently it is not allowed to execute arbitrary Javascript in JupyterLab. Also, there is a fix with the javascript extension package which exposes the window, document and element objects. https://github.com/jupyterlab/jupyterlab/pull/4515
However, we need access to more (internal) objects if we want to add cells or execute cells etc Therefore, I want to extend the current Javascript extension package to expose even more context for users who know what they are doing. The goal is to have another more powerful javascript extension which exposes all relevant objects to fully manipulate JupyterLab without having to go through the process of writing a custom extension. Do you have any advice on this endeavor? For example: *which objects to expose?* How to install the extension without interfering with the existing javascript MimeRenderer. Or maybe: how to overwrite the existing Javascript MimeRenderer. Is it possible to have both side by side? eg to import Javascript and/or JavascriptFullAccess from IPython.display Any help is highly appreciated. Florian -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/3b7a9b1d-325e-4fd2-a026-b91e24d7d3f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
