The jkernel is a J programming language integration for the Jupyter Notebook
- The Jupyter Notebook jkernel is now compatible with jupyter lab
-
Jupyter Notebook Version 4.x (or greater)
-
Recommended: Anaconda from Anaconda Inc.
-
Or: Miniconda (Jupyter must be installed manually)
-
A working J 807 (or greater) (successfully tested on J807 + J901beta) installation
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
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: jupyter notebook (from the command line)
Run: jupyter lab (from the command line)