問題
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に含まれています。
その中でもjupyterlab-google-driveはRealTimeでGoogle Driveと連携できて素晴らしいと目を輝かせたのですが、
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 be able to use the Realtime API. See the discussions here and here for more information.
かなしい…