Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user persistent conda environments #5

Open
eeholmes opened this issue Jan 19, 2024 · 0 comments
Open

user persistent conda environments #5

eeholmes opened this issue Jan 19, 2024 · 0 comments

Comments

@eeholmes
Copy link
Member

eeholmes commented Jan 19, 2024

https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/
https://stackoverflow.com/questions/53004311/how-to-add-conda-environment-to-jupyter-lab

Needed for support of different conda environments within Jupyter notebook
https://github.com/Anaconda-Platform/nb_conda_kernels

conda create --prefix ~/conda/envs/test-env python=3.9
python -m ipykernel install --user --name=test-env
conda activate ~/conda/envs/test-env

Removing

jupyter kernelspec list
jupyter kernelspec remove test-env
conda env remove -p /home/rstudio/conda/envs/test-env
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

No branches or pull requests

1 participant