Open jonakarl opened 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
A small tweak that will allow installing in a conda/mamba environments.
Eg in a jupyter notebook (as root):