xeus-calc
xeus-calc copied to clipboard
Jupyter kernel for a simple calculator
xeus-calc
Calculator as a Jupyter Kernel implemented with Xeus
Usage
Launch the Jupyter notebook with jupyter notebook or Jupyter lab with jupyter lab and launch a new notebook by selecting the xeus-calc kernel.
Code execution:

Installation
To ensure that the installation works, it is preferable to install xeus in a fresh mamba/conda environment.
mamba create -n xeus-calc-env -c conda-forge xtl nlohmann_json cppzmq xeus
Once you have installed xeus ,the xeus-calc project is quite easy to install, you have to clone the repository, and run the following command lines :
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
make
make install
Contributing
See CONTRIBUTING.md to know how to contribute and set up a development environment.
License
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.