All Projects → Litipk → Jupyter Php

Litipk / Jupyter Php

Licence: mit
A PHP Kernel for Jupyter

Projects that are alternatives of or similar to Jupyter Php

Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+8339.66%)
Mutual labels:  jupyter, repl
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (+22.91%)
Mutual labels:  jupyter, repl
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (+34.08%)
Mutual labels:  jupyter, repl
Ielixir
Jupyter's kernel for Elixir programming language
Stars: ✭ 312 (+74.3%)
Mutual labels:  jupyter, repl
Hydrogen
Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
Stars: ✭ 3,763 (+2002.23%)
Mutual labels:  jupyter, repl
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+3091.62%)
Mutual labels:  jupyter, repl
Iruby
Official gem repository: Ruby kernel for Jupyter/IPython Notebook
Stars: ✭ 600 (+235.2%)
Mutual labels:  jupyter, repl
Almond
A Scala kernel for Jupyter
Stars: ✭ 1,354 (+656.42%)
Mutual labels:  jupyter, repl
Lua Resty Repl
Interactive console (REPL) for Openresty and luajit code
Stars: ✭ 165 (-7.82%)
Mutual labels:  repl
Reduce.jl
Symbolic parser generator for Julia language expressions using REDUCE algebra term rewriter
Stars: ✭ 172 (-3.91%)
Mutual labels:  repl
Reply.vim
REPLs play nicely with :terminal on Vim and Neovim
Stars: ✭ 165 (-7.82%)
Mutual labels:  repl
Jupyterlab Interactive Dashboard Editor
A drag-and-drop dashboard editor for JupyterLab
Stars: ✭ 165 (-7.82%)
Mutual labels:  jupyter
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+1141.9%)
Mutual labels:  jupyter
Nbdime
Tools for diffing and merging of Jupyter notebooks.
Stars: ✭ 2,135 (+1092.74%)
Mutual labels:  jupyter
Elm Repl
A REPL for Elm
Stars: ✭ 174 (-2.79%)
Mutual labels:  repl
Rtc
Real Time Collaboration for Jupyter and beyond
Stars: ✭ 164 (-8.38%)
Mutual labels:  jupyter
Nodejs Repl.el
Run Node.js REPL and communicate with the process
Stars: ✭ 163 (-8.94%)
Mutual labels:  repl
Pixiedust node
Jupyter magic to allow Node.js code to run in a notebook
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter
Extension Examples
JupyterLab Extensions by Examples
Stars: ✭ 174 (-2.79%)
Mutual labels:  jupyter
Reloaded.repl
REPL functions to support the reloaded workflow
Stars: ✭ 170 (-5.03%)
Mutual labels:  repl

Jupyter-PHP

Author Software License Packagist Version

Introduction

Jupyter-PHP is a PHP kernel for Jupyter. This project is inspired on https://github.com/dawehner/jupyter-php, some bits of code from the old IPython kernel have been used in this new Jupyter kernel.

In addition to the Jupyter compatibility, the new Jupyter-PHP adds a lot of improvements, like the integration with PsySH in order to provide:

  • "memory": the old kernel was unable to keep variables to allow reuse them later.
  • online documentation with the doc command. Not yet implemented
  • code introspection with the ls command. Not yet implemented
  • errors introspection with the wtf command. Not yet implemented

Getting started

The recommended way is to go to the Jupyter-PHP installer's page and follow its 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.

License

Jupyter-PHP is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].