【Dash系列】Python的Web可視化框架Dash(1)---簡(jiǎn)介
【Dash系列】Python的Web可視化框架Dash(2)---安裝
【Dash系列】Python的Web可視化框架Dash(3)---布局設(shè)置
【Dash系列】Python的Web可視化框架Dash(4)---基本回調(diào)
【Dash系列】Python的Web可視化框架Dash(5)---狀態(tài)和預(yù)更新
【Dash系列】Python的Web可視化框架Dash(6)---交互和過(guò)濾
【Dash系列】Python的Web可視化框架Dash(7)---回調(diào)共享
【Dash系列】Python的Web可視化框架Dash(8)---核心組件
說(shuō)明:本系列Dash文章,均通過(guò)Jupyter notebook進(jìn)行代碼和效果演示
安裝
pip install dash
pip install dash-daq # Dash核心后端
上述安裝時(shí),會(huì)自動(dòng)安裝dash-renderer梗顺,dash-core-components,dash-html-components和dash-table铐望;
配置Jupyter notebook
pip install jupyter_plotly_dash
安裝成功后奏司,如果在Jupyter notebook運(yùn)行結(jié)果出現(xiàn)404錯(cuò)誤窄坦,進(jìn)行如下操作
conda install -c conda-forge jupyter-server-proxy
jupyter serverextension enable jupyter_server_proxy # jupyter-server-proxy服務(wù)器擴(kuò)展在安裝時(shí)沒(méi)有自動(dòng)啟用妄辩,這是一個(gè)依賴(lài)項(xiàng)jupyterlab-dash