Coder-Spirit / Jupyter-PHP

A PHP Kernel for Jupyter
MIT License
221 stars 33 forks source link

PoC - plugins for different output types #28

Open tapiau opened 5 years ago

tapiau commented 5 years ago

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.