Answers for "conv2d pip install on colab"

1

pip install colab

!pip install matplotlib-venn
Posted by: Guest on August-21-2021
0

install python 3.6 in colab

// Cell0:
%env PYTHONPATH=

// Cell1:
%%bash
MINICONDA_INSTALLER_SCRIPT=Miniconda3-4.5.4-Linux-x86_64.sh
MINICONDA_PREFIX=/usr/local
wget https://repo.continuum.io/miniconda/$MINICONDA_INSTALLER_SCRIPT
chmod +x $MINICONDA_INSTALLER_SCRIPT
./$MINICONDA_INSTALLER_SCRIPT -b -f -p $MINICONDA_PREFIX
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language