Recommended Installation (Anaconda)#
Installation on Windows#
from IPython.display import IFrame
IFrame(
src="https://docs.anaconda.com/anaconda/install/windows/", width=1200, height=600
)
MacOS#
IFrame(src="https://docs.anaconda.com/anaconda/install/mac-os/", width=1200, height=600)
Linux#
IFrame(src="https://docs.anaconda.com/anaconda/install/linux/", width=1200, height=600)