diff --git a/open-machine-learning-jupyter-book/machine-learning-productionization/data-engineering.ipynb b/open-machine-learning-jupyter-book/machine-learning-productionization/data-engineering.ipynb index 351f980ec..2f7dc3b17 100644 --- a/open-machine-learning-jupyter-book/machine-learning-productionization/data-engineering.ipynb +++ b/open-machine-learning-jupyter-book/machine-learning-productionization/data-engineering.ipynb @@ -14,7 +14,6 @@ "# Install the necessary dependencies\n", "\n", "import os\n", - "\n", "import sys\n", "!{sys.executable} -m pip install --quiet seaborn pandas scikit-learn numpy matplotlib jupyterlab_myst ipython" ] diff --git a/open-machine-learning-jupyter-book/ml-fundamentals/classification/applied-ml-build-a-web-app.ipynb b/open-machine-learning-jupyter-book/ml-fundamentals/classification/applied-ml-build-a-web-app.ipynb index be18aff86..01b4c81b5 100644 --- a/open-machine-learning-jupyter-book/ml-fundamentals/classification/applied-ml-build-a-web-app.ipynb +++ b/open-machine-learning-jupyter-book/ml-fundamentals/classification/applied-ml-build-a-web-app.ipynb @@ -17,7 +17,6 @@ "# Install the necessary dependencies\n", "\n", "import os\n", - "\n", "import sys \n", "!{sys.executable} -m pip install --quiet pandas scikit-learn numpy matplotlib jupyterlab_myst ipython\n" ]