We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Removing
The text was updated successfully, but these errors were encountered: