From 5fec1412f13970a2c75977c100ec48bac74ab047 Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Fri, 19 Apr 2019 07:39:15 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0d4cd65a..da7e4ab7 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,15 @@ Note that this is a one time process. Also, if you have issues building this package because of installation of the MbedTLS package please see [this issue](https://github.com/sglyon/PlotlyJS.jl/issues/83). +### Jupyterlab + +If you will be using this package from within Jupyterlab, please also install the plotly jupyterlab extension by running: + + +```sh +jupyter labextension install @jupyterlab/plotly-extension +``` + +See the [jupyterlab extension documentation](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html) for more details. +