Skip to content

gencurrent/ibm-ai-engineering-course

Repository files navigation

A collection of Jupyter Notebooks from the AI Engineering course from IBM.

Running

Pyenv

To set and switch to a new isolated environment use pyenv
Installation: https://github.com/pyenv/pyenv

Pyenv-virtualenv

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 version

Jupyter

Install Jupyter Lab and Jupyter Notebook:

pip install jupyterlab
pip install notebook

Notes

  1. The output from the notebooks has been cleared to reduce the repository size.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors