rabrennie/jupyter-php-kernel

PHP Kernel for Jupyter Notebooks

1.0.4 2022-02-07 19:07 UTC

This package is auto-updated.

Last update: 2024-04-07 23:56:17 UTC


README

This is a PHP kernel for Jupyter (https://jupyter.org/).

Requirements

  • PHP 7.4+
  • jupyter
  • php-zmq extension

Installation

Composer

Ensure you have composer installed with the bin folder in your PATH

composer global require rabrennie/jupyter-php-kernel

once that has installed run the following command

jupyter-php-kernel --install

Run jupyter notebook and create a new notebook with kernel type PHP.

Docker

Check out the Dockerfile