From 18dfe7591c300d9c82d6d313bebe23f08e39419a Mon Sep 17 00:00:00 2001 From: BenSchZA Date: Wed, 14 Aug 2024 12:43:52 +0100 Subject: [PATCH] Update Plotly version to fix error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2931ddbc..91f2bcb8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ kernel: python3 -m ipykernel install --user --name python-cadlabs-eth-model --display-name "Python (CADLabs Ethereum Model)" plotly: - jupyter labextension install jupyterlab-plotly@5.23.0 + jupyter labextension install jupyterlab-plotly@4.14.3 start-lab: jupyter lab