Skip to content

Polarnova/cling-jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Cling-Jupyter Docker

This repository provides a Dockerfile for running cling with Jupyter Notebooks using xeus-cling.

Getting Started

Pull & Run

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

Building the Docker Image

To build the Docker image locally, run the following command in the repository's root directory:

docker build -t cling-jupyter .

About

Docker container of xeus-cling for personal use.

Resources

Stars

Watchers

Forks