Skip to content

Commit

Permalink
Merge pull request #54 from ThiagoGrabe/dev_jupyter
Browse files Browse the repository at this point in the history
feat: updating from jupyter notebook to jupyter lab
  • Loading branch information
SudKul authored Mar 20, 2024
2 parents 8b098c7 + 4822f35 commit 3e57919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/eda/MLproject
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ conda_env: conda.yml

entry_points:
main:
command: jupyter notebook
command: jupyter-lab
1 change: 1 addition & 0 deletions src/eda/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e57919

Please sign in to comment.