Anaconda Jupyter Guide
Anaconda Jupyter Guide
Jupyter Notebook
What is Anaconda?
2. Type:
1. conda --version
3. This will display the installed version of conda. If it works, Anaconda is
successfully installed.
Introduction to Anaconda and
Jupyter Notebook
Set Up a Virtual Environment
Virtual environments are isolated spaces where you can install specific Python
packages without affecting the global installation.