Jupyter Kernel for ACL2
Project description
acl2-kernel
Jupyter Kernel for ACL2
What is Jupyter and ACL2?
Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. (https://jupyter.org/)
ACL2 is a logic and programming language in which you can model computer systems, together with a tool to help you prove properties of those models. "ACL2" denotes "A Computational Logic for Applicative Common Lisp". (http://www.cs.utexas.edu/users/moore/acl2/)
Usage
We follow to the standard jupyter kernel installation. So, you will install the kernel by pip
command,
and will call the installation command like,
$ pip3 install jupyter acl2-kernel
$ python3 -m acl2_kernel.install
$ jupyter notebook
You also can see the deep usage by python3 -m acl2_kernel.install --help
.
Docker
In some case, you might want to run the kernel in the Docker containers. This repository contains Dockerfile example. You can build example image by the following command.
$ docker build . -t acl2
To run the container, you would type the command like
$ docker run --rm -p 8888:8888 acl2 jupyter notebook --ip='0.0.0.0'
A running example is available in the example/
directory.
You can try it on .
Related Projects
License
This project is released under the BSD 3-clause license.
Copyright (c) 2020, TANIGUCHI Masaya All rights reserved.
We borrow code from the following projects.
- Egison Kernel; Copyright (c) 2017, Satoshi Egi and contributors All rights reserved.
- Bash Kernel; Copyright (c) 2015, Thomas Kluyver and contributors All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for acl2_kernel-0.2.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37a73c2517d940392fdbd79fdd5ca4eb38f3c378813de710f96d4697eab0ccd1 |
|
MD5 | 552a780ff133f112c1920df5d471628c |
|
BLAKE2b-256 | 6bc5ad5f9f674c9eb321a657c1608b8cc88da2e4bc1b038e775fe45b2319606b |