Skip to content

Conversation

@jonakarl
Copy link

@jonakarl jonakarl commented Nov 4, 2022

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):
```sh
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 
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant