Jupyter-PHP
Jupyter-PHP copied to clipboard
Add "complex objects" representation support
Some kernels like IPython allow sending complex objects to the Jupyter Notebook, like tables, plots, or even interactive widgets. It would be nice to add those capabilities to the Jupyter-PHP kernel.
- [ ] tables and/or "dataframes" support.
- [ ] plots support.
- [ ] interactive plots support. Nice dream.