GitHunt
FA

fastai/jkernel

Jupyter Notebook / J Integration

Jupyter Notebook/Lab jkernel

The jkernel is a J programming language integration for the Jupyter Notebook

What's new (August 2020)

  • Updated for J901
  • Windows 10 64bit compatibility

Prerequisites

Installation / Uninstallation / Installation Check

Please Note:
It is mandatory to use the python command from Anaconda or Miniconda!

NOT the python command that probably comes pre-installed on your operating system.

On *nix OS, the command which python shows you the path of the python interpreter.

  • python setup.py install

  • python setup.py uninstall

  • python setup.py check

Examples

The sub-directories Jupyter_Notebook_J_Labs and Jupyter_Notebook_J_Examples contain some example notebooks

The sub-directory Jupyter_Notebook_J_Example_Data should be copied to the J user directory to run the example notebooks in Jupyter_Notebook_J_Examples

Run

Run: jupyter notebook (from the command line)

Run: jupyter lab (from the command line)

Languages

Jupyter Notebook99.5%Python0.4%JavaScript0.1%

Contributors

GNU General Public License v3.0
Created September 13, 2020
Updated March 3, 2026
fastai/jkernel | GitHunt