Giter Club home page Giter Club logo

cling-docker-image's Introduction

cling-docker-image

xeus-cling is a Jupyter kernel for C++ based on the C++ interpreter cling and the native implementation of the Jupyter protocol xeus. (repository address: https://github.com/jupyter-xeus/xeus-cling)

here are two seperate docker image to easily install the jupyter kernels for xeus-cling. With and without the xtensor support. Both Images are pushed to dockerhub.

docker pull hamirhm/cling:latest
docker pull hamirhm/xtensor

Repository for xtensor package build with xeus-cling jupyter notebooks. To find out more about the xtensor visit the github repository for the xtensor-stack:

https://github.com/xtensor-stack/xtensor

And for information regarding the xeus-cling Jupyter kernels visit here: https://github.com/jupyter-xeus/xeus-cling

one example for running the image could be like this:

docker run --rm -it -p 8888:8888 -v /folder_on_host:/notebooks hamirhm/xtensor

    p 8888: if the jupyter is going to be run on default ports
    v: for bind mounting the local folder

if needed that server to be accessible from network (and not just local machine) add the --net="host" as well set the correct ip while running the jupyter notebook.

to run the server locally:

conda run --no-capture-output -n cling /bin/bash -c "jupyter notebook --allow-root --ip 0.0.0.0"

--no-capture-output : is to see the token to connect the server. one can set the password as jupyter kernel config and remove that step.

cling-docker-image's People

Contributors

amirhm avatar

Stargazers

CNYuYang avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.