/mlproject

Primary LanguageJupyter Notebook

End to End Machine Learning Project

Set Up Prcoess for Jupyter Notebook

  1. First we need to create new conda enviornment
conda create --p venv python==3.10 -y
  1. Install the ipykernel
conda install ipykernel
  1. Using the following command, we will now have this conda environment in the Jupyter notebook.
python -m ipykernel install --user --name=firstEnv
  1. Open the jupyter lab
jupyter-lab

Then select the kernel