Skip to content

Docker container of xeus-cling for personal use.

Notifications You must be signed in to change notification settings

rain2307/cling-jupyter-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Cling-Lab 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 divflex/cling-lab

Here is an example of how to run the Docker image:

docker run -it --rm -p8888:8888 -v $PWD:/home/jovyan/work divflex/cling-lab

Building the Docker Image

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

docker build -t cling-lab .

Configure password

jupyter server password

The original repo:

https://github.com/Polarnova/cling-jupyter-docker

About

Docker container of xeus-cling for personal use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%