junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

Tools Jupyter CPP #67

Open junxnone opened 3 years ago

junxnone commented 3 years ago

Reference

Brief

Install

conda create -n cling
conda activate cling
conda install jupyter notebook
conda install  xeus-cling -c conda-forge
jupyter notebook --ip xxxx --port xxxx
$ jupyter kernelspec list
  python3    /home/xxx/.local/share/jupyter/kernels/python3
  xcpp11     /home/xxx/miniconda3/envs/cling/share/jupyter/kernels/xcpp11
  xcpp14     /home/xxx/miniconda3/envs/cling/share/jupyter/kernels/xcpp14
  xcpp17     /home/xxx/miniconda3/envs/cling/share/jupyter/kernels/xcpp17