Hi everybody! I am a newbie in Jupyter[lab] world.
Could you please give me an advice? - I need to create my own command which may be typed in code input cell. - The result of the command should be an iframe opened in a output cell. - That iframe should load some html page (from local or remote web server). - The user should be able to interact with that webpage, and also open it in fullscreen. - At the moment it is not considered to be run in separate docked panel. - I need to interact with that page in terms of code interaction. It means, send some message from notebook to js in that page, and/or respond to requests from page js code to notebook. - In particular I need to send a list of notebook variables names to that webpage, and send some variables values requested by webpage. How may I do this? Many thanks in advance! With Best Regards, Pavel Vasev -- 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/b9720b8d-a033-41a9-ad81-e1db112dd8ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
