- Clone the repo and change the current directory to it.
git clone https://github.com/rh-dnagornuks/ty_python_workshop.git
cd ty_python_workshop
- Create virtual Python environment, activate it, install
jupyterlabpackage and run it.
python -m venv venv
source venv/bin/activate
pip install jupyterlab
jupyter-lab
- Open the
ty_python_workshop.ipynbnotebook from the JupyterLab file browser.
