Anaconda is a flagship python installation package, because ordinary python does not have libraries. If you need to install some important libraries, you have to download them one by one frequently, which will be very troublesome.
So this is an integrated software that can be manually upgraded in batches. Moreover, the installation of the library is also very complete and the download speed is fast.
The following paragraph is the download command to install the latest jupyter lab:
conda install --channel jupyterlab
The above is the detailed content of python anaconda installation, environment variable upgrade and special library installation. For more information, please follow other related articles on the PHP Chinese website!