tags: Python Basics python Development language Data visualization
Use Python package Plotly to generate interactive charts. Plotly is useful when you need to create a chart that appears in the browser, because the chart it generates will automatically scale to fit the viewer's screen. The chart generated by Plotly is still interactive: information about that element will be highlighted when the user points the mouse to a specific element.
The following will be carried out to install the Plotly package in the Anaconda environment, which will have a certain guiding role for beginners.

enter:python -m pip install --user plotly, press Enter and wait for a moment, the installation of the Plotly package is completed
Simply learn Official website example plotly official website https://github.com/tpof314/plotly_examples installation bar graph Histogram 3D image plotly.express surface map Pie chart set color Sunbur...
One, read csv Two, plotly is used for dynamic drawing 1. Draw a histogram The age distribution of the population participating in the survey 2. Pie chart The relationship between gender and CHD Males ...
background: anaconda3 installed and configured the new environment python = 2.7 gl-env. Many packages need to be installed in the new environment gl-env. In the form of Anaconda Prompt command ...
1. Switch to the specified Anaconda environment: As shown in the figure, it means successful 2. Install the specified package, here REDIS as an example...
I have a problem when I install the TIMM library in the Anaconda virtual environment of the Linux system. Here you record: The first is to install directly in Pycharm but can't find the TIMM library, ...
Anaconda is a very convenient and powerful python environment management tool. This blog focuses on how to use anaconda to install some pip installation troublesome packages, such as XGBoost. #text St...
Installation command: If the above command cannot be executed, you should check whether your environment meets the installation requirements of imblearn. If the requirements are not met, please update...
After downloading anaconda, what should I do if I want to install a new package later? Use! +pip install +package name The default is to download resources from foreign websites. If you want to increa...
Anaconda install pygco package Install the pygco package. It’s not the same as a normal package. Just conda install pygco. I won’t talk about the twists and turns in the middle. Just share...
Sometimes we need to install the keras package, but the tensorflow-based keras package only supports the python3.6 version, as shown in the figure: The solution is to enter conda install python=3.6 at...