Skip to content

Commit

Permalink
Merge pull request #786 from USDA-SCINet/BrianStucky-USDA-patch-2
Browse files Browse the repository at this point in the history
Update 21-computer-vision-2.md
  • Loading branch information
BrianStucky-USDA authored Nov 25, 2024
2 parents ac0d99a + afd81b0 commit e52e1aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Steps to prepare for the tutorial:
```bash
mkdir -p /90daydata/shared/$USER/computer_vision2
cd /90daydata/shared/$USER/computer_vision2
cp -r /project/ai_forum/computer_vision2/computer_vision_2.ipynb .
cp -r /project/ai_forum/computer_vision2/*.py .
cp /project/ai_forum/computer_vision2/*.ipynb .
cp /project/ai_forum/computer_vision2/*.py .
```

1. **Setup the kernel for JupyterLab.** You will create a kernel called *computer_vision_2_env* to access from JupyterLab Server. Run the following commands to activate the workshop's virtual environment and create a new kernelspec from it:
Expand Down

0 comments on commit e52e1aa

Please sign in to comment.