From 3faf63c9a6e59f4bcdb91ac2ac0b2a9a31147414 Mon Sep 17 00:00:00 2001 From: Yunjiang Jiang Date: Wed, 31 Jan 2024 14:30:48 -0800 Subject: [PATCH] Add iplot=False for jupyterlab --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 56c664e45..48568c924 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ different ways. Use the docs (and examples) Luke! cerebro.adddata(data0) cerebro.run() - cerebro.plot() + cerebro.plot(iplot=False) Including a full featured chart. Give it a try! This is included in the samples as ``sigsmacross/sigsmacross2.py``. Along it is ``sigsmacross.py`` which can be