JupyterLab에서 Plotly 그래프 표시
1908 단어 plotlyJupyterLab파이썬환경 구축
문제
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.
귀엽다...
Reference
이 문제에 관하여(JupyterLab에서 Plotly 그래프 표시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hasoya/items/0e4d260592dcc36285f2
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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.
귀엽다...
Reference
이 문제에 관하여(JupyterLab에서 Plotly 그래프 표시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hasoya/items/0e4d260592dcc36285f2
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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.
귀엽다...
Reference
이 문제에 관하여(JupyterLab에서 Plotly 그래프 표시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hasoya/items/0e4d260592dcc36285f2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)