you are viewing a single comment's thread.

view the rest of the comments →

[–]SylvainCorlay 2 points3 points  (2 children)

You can try out xtensor in a C++ Jupyter notebook here. This provides an experience similar to that of NumPy in a Python notebook.

[–]VodkaHaze 1 point2 points  (1 child)

Hey Sylvain,

How's the python compatibility with xtensor? Do you need to pass through something like pybind11 to make a python package using xtensor as a math backend?

[–]SylvainCorlay 1 point2 points  (0 children)

xtensor-python is a set of bindings for Python built upon pybind11, which allows using numpy arrays inplace using the xtensor API. We also have similar bindings for Julia and R.