Skip to content

Commit cd25625

Browse files
authored
Merge pull request #321 from johnnygreco/johnnygreco/add-nemo-data-designer-intro-tutorial-notebooks
Add nemo data designer intro notebooks
2 parents 76e70e3 + 931f367 commit cd25625

File tree

5 files changed

+1350
-0
lines changed

5 files changed

+1350
-0
lines changed

nemo/NeMo-Data-Designer/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 🎨 NeMo Data Designer Tutorial Notebooks
2+
3+
This directory contains the tutorial notebooks for getting started with NeMo Data Designer.
4+
5+
## 🐳 Deploy the NeMo Data Designer microservice locally
6+
7+
In order to run these notebooks, you must have the NeMo Data Designer microservice deployed locally via docker compose. See the [deployment guide](http://docs.nvidia.com/nemo/microservices/latest/set-up/deploy-as-microservices/data-designer/docker-compose.html) for more details.
8+
9+
## 📦 Set up the environment
10+
11+
We will use the `uv` package manager to set up our environment and install the necessary dependencies. If you don't have `uv` installed, you can follow the installation instructions from the [uv documentation](https://docs.astral.sh/uv/getting-started/installation/).
12+
13+
Once you have `uv` installed, be sure you are in the `Nemo-Data-Designer` directory and run the following command:
14+
15+
```bash
16+
uv sync
17+
```
18+
19+
This will create a virtual environment and install the necessary dependencies. Activate the virtual environment by running the following command:
20+
21+
```bash
22+
source .venv/bin/activate
23+
```
24+
25+
Be sure to select this virtual environment as your kernel when running the notebooks.

0 commit comments

Comments
 (0)