Jupyter-PHP icon indicating copy to clipboard operation
Jupyter-PHP copied to clipboard

PoC - plugins for different output types

Open tapiau opened this issue 5 years ago • 0 comments

This is raw and ugly Aprils Fools fun work, so please do not judge code quality.

Test it in notebook: $this->zPHP->HTML("italic & bold"); $this->zPHP->Image(file_get_contents('image.jpg'));

Plugins are loaded with dynamic namespaces, so they can be edited/added/removed without restarting kernel.

tapiau avatar Apr 01 '19 21:04 tapiau