Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 488 Bytes

File metadata and controls

19 lines (15 loc) · 488 Bytes

Installation

  1. 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
  1. Create virtual Python environment, activate it, install jupyterlab package and run it.
python -m venv venv
source venv/bin/activate
pip install jupyterlab
jupyter-lab
  1. Open the ty_python_workshop.ipynb notebook from the JupyterLab file browser.

JupyterLab file browser