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 noteboook
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
File details
Details for the file acl2-kernel-0.2.5.tar.gz
.
File metadata
- Download URL: acl2-kernel-0.2.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.9 Linux/5.4.0-1033-gke
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ecea0ef9fd75c9fbb9c7bf2e573327c24470ef554032ef5d4b85c49b8dc67191
|
|
MD5 |
a6f8bde07750127f8e01984ab13bc168
|
|
BLAKE2b-256 |
139a581b9226215d4494a5b7a3ee085fce97c1361bbce8807a65c02b561c10ea
|
File details
Details for the file acl2_kernel-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: acl2_kernel-0.2.5-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.9 Linux/5.4.0-1033-gke
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
598802ddfef9a637959f4fc2e59e116588a8221a78b2da2792c799e4afb58b48
|
|
MD5 |
55ffdd34fd99cec4dbde807fe237942d
|
|
BLAKE2b-256 |
628860e1bfd6422a0befcbb81b80bd7908323c4b7b8aa416375c0f3d1e99ffd3
|