brendan-rius / jupyter-c-kernel

Minimal Jupyter C kernel
MIT License
574 stars 144 forks source link

Quick tweak for installtion in environments #81

Open jonakarl opened 2 years ago

jonakarl commented 2 years ago

A small tweak that will allow installing in a conda/mamba environments.

Eg in a jupyter notebook (as root):

mamba create -n c --yes pip ipykernel ipywidgets 
"${CONDA_DIR}/envs/c/bin/python" -m pip install --no-cache-dir install jupyter-c-kernel 
"${CONDA_DIR}/envs/c/bin/install_c_kernel" --user