Hi Simon, An individual plugin could conceivably be written in CPython and compiled to JavaScript using emscripten. Almar Klein is working on a CPython -> JupyterLab plugin generator right now using the pyscript compiler in Flexx (not yet published). https://github.com/zoofIO/flexx.
Regards, Steve On Sunday, November 20, 2016 at 6:50:25 PM UTC-6, Simon Biggs wrote: > > Supposedly http://repl.it was able to use emscripten to compile CPython > to javascript. How plausible might it be to have the base jupyterlab also > compiled and have a minimal working version of jupyterlab hosted as a > static web page? Am I just talking nonsense, or does the fact the > webassembly is a fast approaching standard make this a project worth > investigating? -- 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/d3a82f6f-9348-4262-9d22-ee99a935614d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
