# set project

The `set project` command sets the current working project in the notebook.

## Syntax

```
set project <project name>
```

## Parameters

| Parameter        | Description                |
| ---------------- | -------------------------- |
| `<project name>` | The name of the ML project |

## Example

```
[ ]: set project trip_fare
     Current working project set to trip_fare

[ ]:
```
