Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ on Jupyter Notebook for Windows

Has anyone successfully installed and used C++ on Jupyter Notebook on a windows machine? The installation instruction here never worked for me.

conda install -c conda-forge xeus-cling

gives me

"PackagesNotFoundError: The following packages are not available from current channels:"

If anyone has succeeded in installing on Windows, could you please share your instructions? Thanks.

like image 865
user6877248 Avatar asked Mar 13 '19 23:03

user6877248


Video Answer


1 Answers

The "issue" is that conda-forge/xeus-cling isn't available for Windows (yet?) (as indicated on this page of conda-forge/xeus-cling on anaconda.org). You can instead use gouarin/xeus-cling (you still have to have the compatible environment, though). Of course, the online C++ Jupyter Notebook is available too.

like image 75
user3132457 Avatar answered Sep 24 '22 02:09

user3132457