Skip to content

shwina/ielisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ielisp - Emacs Lisp Kernel for Jupyter

ielisp lets you run Emacs Lisp from Jupyter Notebook or Jupyter Lab.

ielisp hello world

Getting started

  • Clone or download this repository:

    git clone https://github.com/shwina/ielisp
    
  • Install and/or ensure that you have the dependencies

    • Emacs with dynamic modules support (build using --with-modules)
    • Jupyter
    • The Emacs package emacs-zmq and its dependency [libzmq]. Note that you need a version of libzmq built with DRAFT APIs
  • Once the dependecies are met, navigate to the ielisp directory and run the install.py script. If you use Jupyter in a virtualenv, activate it before this step:

    cd ielisp
    python install.py
    

That's it! If you start Jupyter Notebook or Jupyter Lab, you will be able to choose "Emacs Lisp" as the language for your kernel.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published