Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ca77171 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#101 Add Conda installation of Python to get proper Python 3.12.

parent d4c8cd0c
Branches
No related tags found
1 merge request!114Use CppyyKernel to run the notebooks instead of Xeus-cling.
# environment.yaml
name: training_cpp
channels:
- conda-forge
dependencies:
- python>=3.12
- pip
#!/bin/bash
conda env create -f environment.yml
pip install jupyterlab
git clone https://gitlab.inria.fr/sed-saclay/cppyy_kernel
pip install ./cppyy_kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment