Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

gdl_kernel_readme.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

GDL kernel for Jupyter

Binder

Demo: Notebook on Binder.

This package is originally from github.com/gnudatalanguage/gdl_kernel and modified to work with Binder. This repository also makes use of GDL to run IDL/GDL codes in Jupyter lab. This requires the following component:

  • apt.txt for apt-installing the gnudatalanguage (gdl) component.

The current version was found to work with pexpect 4.6, jupyter 4.4, and jupyter-notebook 5.7.

To install:

python setup.py install --prefix=~/.local

or

python3 setup.py install --prefix=~/.local

This should make an GDL directory containing the kernelspec in ~/.local/share/jupyter/kernels, and place gdl_kernel.py in ~/.local/lib/pythonX.X/site-packages.

To run:

jupyter notebook 
#Select GDL kernel from dropdown menu