---
title: "002"
description: "** 0.3.0 just launched with _ support 🎉"
date: 2020-05-28
published: false
tags:
  - python
  - kedro
template: hot-tip
---


**kedro-static-viz** 0.3.0 just launched with _hooks_ support 🎉

```python
from kedro_static_viz.hooks import StaticViz

class ProjectContext(KedroContext):
   project_name = "kedro0160"
   project_version = "0.16.1"
   package_name = "kedro0160"
   hooks = [ StaticViz() ]
```
