This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Step 1: Navigate to your project directory | |
cd /path/to/your/project | |
# Step 2: Create a virtual environment named transformers-env | |
python3 -m venv transformers-env | |
# Step 3: Activate the virtual environment | |
source transformers-env/bin/activate | |
# Step 4: Install Jupyter Lab in the virtual environment |