/Jupyter-PHP-Installer

An installer for Jupyter-PHP

Primary LanguagePHPMIT LicenseMIT

Jupyter-PHP Installer (Main Page)

Author Software License Packagist Version

Introduction

Jupyter-PHP is a PHP kernel for Jupyter. This repository holds an installer to make easier installing the Jupyter-PHP kernel.

Getting started

Go to the main page and follow the instructions.

Learn more

  • Chat Room : If you want to have a real-time chat with other Jupyter-PHP users or developers, you can do it here.
  • Group / Mail List : If a chat room isn't enough to post your doubts or ideas, you can join to our mail list.

How to contribute

  • First of all, you can take a look on the bugtracker and decide if there is something that you want to do 😉 . If you think there are missing improvements in this file, then you are invited to modify the TODO list.
  • You can also send us bug reports using the same bugtracker.
  • If you are really interested on helping to improve Litipk\BigNumbers, we recommend to read the contributing guidelines.

Addendum

If you just want to run the installer from this repository without building a phar file you can do the following:

composer install
composer execute install

To create an installer that works with the latest composer, you can run. Unfortunately this will need to be modified to work for Windows.

chmod +x bin/build.sh && bin/build.sh

The other important thing is to make sure you have the ZeroMQ extension installed or you will hit problems. The Jupyter notebook needs it for communicating with the language engine.

Installing ZeroMQ

And finally after you have your successful install

jupyter notebook

License

Jupyter-PHP and its installer are licensed under the MIT License.