Jupyter with Cython+
Add Cython+ in the Jupyter SR to allow compiling cython+ code in a notebook, as described in the Cython documentation:
- Add
gcc-10.2
incomponent/gcc
(this was ultimately not used yet) - Add
component/cythonplus
andsoftware/cythonplus-dev
- Remove
software/cython-test
, the same functionality is offered bysoftware/cythonplus-dev
- Modify
software/jupyter
to addgcc
in thePATH
and a cython+ repository in thePYTHONPATH