Jupyter-PHP
Jupyter-PHP copied to clipboard
A PHP Kernel for Jupyter
How can render and display HTML in output? I try this codes: ```PHP header("Content-Type: text/html; charset=utf-8"); echo "Hi world!"; ``` But have this in output: ``` Hi world! ``` In...
As @mmorton75 commented, other Jupyter kernels handle in a different way expression evaluations and data sent to `stdout`. More info about this bug can be found in the discussion of...
It would be awesome to have a logo for this project ^_^ . Anyone around here with artistic aptitudes?
It would be nice to allow install per-notebook packages using composer, with automatically enabled autoloading for those per-notebook packages. BUT, we have to confirm in first place if that's even...
Some things should be better documented - [ ] Jupyter install process. People without experience with Jupyter and/or Python would need easier to read and follow documentation than the official...
It would be nice to add support to some PsySH commands: - [ ] `doc` command: online documentation. - [ ] `ls` command: for introspection. - [ ] `wtf` command:...
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...
It would be nice to use TravisCI and Scrutinizer to improve the project's quality. - [ ] Travis CI Integration. - [ ] Scrutinizer Integration.
We should ensure that Jupyter-PHP is compatible with HHVM.