A collection of Jupyter Notebooks from the AI Engineering course from IBM.
To set and switch to a new isolated environment use pyenv
Installation: https://github.com/pyenv/pyenv
Use pyenv-virtualenv to create a new named virtual environment
Installation: https://github.com/pyenv/pyenv-virtualenv
Usage:
pyenv virtualenv 3.11.5 ibm-ai-course
pyenv local ibm-ai-course
pyenv which python # Check the current Python versionInstall Jupyter Lab and Jupyter Notebook:
pip install jupyterlab
pip install notebook- The output from the notebooks has been cleared to reduce the repository size.