Calculator as a Jupyter Kernel implemented with Xeus
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:
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 -f environment-dev.ymlOnce 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 installSee CONTRIBUTING.md to know how to contribute and set up a development environment.
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.
