Snippets Collections
conda create -n p37env python=3.7
conda activate p37env
conda create -n my-conda-env                               # creates new virtual env
conda activate my-conda-env                                # activate environment in terminal
conda install ipykernel                                    # install Python kernel in new conda env
ipython kernel install --user --name=my-conda-env-kernel   # configure Jupyter to use Python kernel
jupyter notebook                                           # run jupyter from system
star

Fri Jul 16 2021 13:37:21 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/63111115/unable-to-install-tensorflow-using-conda-with-python-3-8

#python #vent #anaconda
star

Wed May 12 2021 00:33:13 GMT+0000 (Coordinated Universal Time)

#jupyter #anaconda

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension