jupyter

运行

jupyter notebook --no-browser --port 8888 --ip=0.0.0.0

安装php内核

  1. 下载php-zmq扩展

libzmq.dll放到php根目录,再将php_zmq.dll放到ext下

  1. php.ini 配置,添加 extension=php_zmq
  2. 下载 jupyter-php-installer.phar
  3. php jupyter-php-installer.phar install

你可能感兴趣的:(jupyter)