Answers for "which jupyter packages to install conda"

5

install conda in jupyter notebook

python -m ipykernel install --user --name=firstEnv
Posted by: Guest on November-02-2020
1

how to install packages from jupyter notebook

import sys
!conda install --yes --prefix {sys.prefix} <package-name-here>
Posted by: Guest on February-22-2021

Code answers related to "which jupyter packages to install conda"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language