JupyterLab에서 Plotly 그래프 표시

문제



JupyterLab에서 Plotly 그래프를 표시하려고해도 아무 것도 표시되지 않습니다.



Jupyter Notebook에서 효과적인 조치 이다 init_notebook_mode 를 사용해도 효과가 없다.



해결책



JupyterLab에는 plotly-extension 되는 것이 있기 때문에, 그것을 Install 할 필요가 있다.
jupyter labextension install @jupyterlab/plotly-extension

npm에 의존하므로 install되지 않은 경우 install

결과



그래프가 표시되었습니다.



여담



JupyterLab의 확장 기능은 JupyterHub와는 다소 적지만 GitHub에는 jupyterlab-extension이라는 Topic이 있습니다. Plotly의 Renderer도 여기의 Topic에 포함되어 있습니다.

그 중에서도.

As of November 28th, 2017, Google has deprecated their Realtime API. Existing realtime applications (such as those you may have set up according to these instructions) will still work until December 2018, but new applications will not See the discussions here and here for more information.

귀엽다...

좋은 웹페이지 즐겨찾기