This repository provides a Dockerfile for running cling with Jupyter Notebooks using xeus-cling.
To pull the Docker image, use the following command:
docker pull p01arn0va/cling-jupyter
Here is an example of how to run the Docker image:
docker run -it --rm -p8888:8888 -v $PWD:/home/jovyan/work p01arn0va/cling-jupyter
To build the Docker image locally, run the following command in the repository's root directory:
docker build -t cling-jupyter .