Jupyter에서 Plotly로 Bargraph Button 구현하기
Jupyter에서 widget으로도 그래프에서 버튼 기능이 구현이 되는 것으로 알고 있지만, Plotly를 다른 데에서 버튼 기능을 유지한 채로 적용해야 할 일이 있어서, 구현을 연습해봅니다. widget도 언제 가는 해야겠죠?.... https://lineup.js.org/integrations/jupyter.html http://hselab.org/jupyter-widgets-explore-queueing-models.html 아무튼 지금은 https://data-newbie.tistory.com/106 보여준 Lasso coef 결과물을 Plotting 해보려고 합니다. import plotly.plotly as py import plotly.graph_objs as go from plotly.of..
2019.05.12