diff --git a/setup.py b/setup.py index cb3564c9..90c0cf5c 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ "statsforecast", "neuralforecast", "hierarchicalforecast", + "jupyterlab", ] distributed = ["dask[dataframe]", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"] plotting = ["utilsforecast[plotting]>=0.1.7"]