wget -c <https://repo.anaconda.com/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh>
bash Miniconda3-py39_4.10.3-Linux-x86_64.shconda install jupyterconda install matplotlibjupyter notebook --generate-configvi .jupyter/jupyter_notebook_config.py
c.NotebookApp.ip = '*'
c.NotebookApp.password = ''
c.NotebookApp.open_browser = Falsejupyter notebook



你在工作或学习中通常何时会用到数据可视化,希望通过可视化达到什么目的?