Quick Start
大约 1 分钟
Quick Start
Anaconda
First, we need to download Anaconda, a Python release that includes features for managing virtual environments and a lot of scientific libraries.

Next, you need to create a dedicated environment to be used for a particular project.

You can install it in Anaconda Navigator, or use pip install
.
Jupyter NoteBook

This allows you to open Jupyter NoteBook.
