From 4822f35fa93b42b79051050c384a3db56dcf3fe2 Mon Sep 17 00:00:00 2001 From: Thiago Grabe Date: Mon, 18 Mar 2024 23:07:53 -0300 Subject: [PATCH] feat: updating from jupyter notebook to jupyter lab --- src/eda/MLproject | 2 +- src/eda/conda.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eda/MLproject b/src/eda/MLproject index 359ce48f2..635ee59fb 100644 --- a/src/eda/MLproject +++ b/src/eda/MLproject @@ -3,4 +3,4 @@ conda_env: conda.yml entry_points: main: - command: jupyter notebook + command: jupyter-lab diff --git a/src/eda/conda.yml b/src/eda/conda.yml index f8465554d..3bca34f07 100644 --- a/src/eda/conda.yml +++ b/src/eda/conda.yml @@ -9,6 +9,7 @@ dependencies: - pandas=2.1.3 - pip=23.3.1 - scikit-learn=1.3.2 + - jupyterlab=4.1.3 - pip: - mlflow==2.8.1 - wandb==0.16.0