lmart999
lmart999

Reputation: 7071

Jupyter kernel for C++ on mac

The xeus-cling Jupyter kernel for C++ looks great.

According to the installation:

xeus-cling has been packaged for the conda package manager on the linux platform.

Does this also work on mac?

(Comment thread on Hacker News suggests that it does not, so I wanted to confirm.)

If not, are there any alternative Jupyter C++ kernels for mac?

Upvotes: 3

Views: 2170

Answers (1)

Quant
Quant

Reputation: 1645

The xeus-cling kernel has now been packaged for OS X.

From a clean conda environment, you can run

conda install xeus-cling notebook xwidgets widgetsnbextension -c conda-forge

Also, you can try it live online with the binder link at the top of the xeus-cling readme.

Upvotes: 5

Related Questions