Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove jupyter environment

conda create -n newenv python=3.7
activate newenv 
conda install -c anaconda ipykernel
ipython kernel install --user --name=envname
Source by echrislynch.com #
 
PREVIOUS NEXT
Tagged: #remove #jupyter #environment
ADD COMMENT
Topic
Name
4+4 =