Jupyter-PHP-Installer icon indicating copy to clipboard operation
Jupyter-PHP-Installer copied to clipboard

An installer for Jupyter-PHP

Results 15 Jupyter-PHP-Installer issues
Sort by recently updated
recently updated
newest added

Updated the name of the package to comply to Composer 2.X guidelines

I have been trying to install the kernel and every single time I get the error ERROR: Invalid install path. I cannot find any documentation of why this happens and...

Facing this issue when running the command `php jupyter-php-installer.phar install` Please do help me solve this. OS: ubuntu 20.04 php > 7 zmq is enabled jupyter is installed O/p of...

在安装的时候一直报 `Unable to find the composer executable.` 各种依赖也都安装好了,就是安装不成功 最后没办法只能看源码个来查找问题,终于找到问题了 在 `src/System/UnixSystem.php` 中,第40行 `if (!function_exists('exec')) {` 使用了被禁用的函数,在 php.ini 中打开这个函数就可以安装成功了

$a=7; $b=&$a; $a=5; echo $b; this demo i just learn from book,the result should be 5, but the actual result is 7 in jupyter notebook;

I am using the PHP 8.0 64bit on Windows 10 When I type: php jupyter-php-installer.signed.phar install _with **jupyter-php-installer.signed.phar.pubkey**_ in the same directory I get the error: ``` Fatal error: Uncaught...

Besides the composer issue, building a phar file to test seemed to be tedious so I added the ability to run the source as a composer script. I also linked...

Hi there! Brand new to Jupyter, and thought I'd give this a crack. I'm having trouble with the installation though.. I was wondering if you could help shed some light...

bug
help wanted

The project name `jupyter-php-instance` is invalid, it will cause `ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.` With `php ./jupyter-php-installer.signed.phar install -v` will get the details: ``` [Composer\Json\JsonValidationException]...

I have installed PHP on my Jupyter, but I cannot run it on the Jupyter notebook. Because PHP is not available to connect with Kernel.