# Meet Train Invaders: Jupyter Notebook + Space Invaders!?

Recently we created [MLNotify](/content/blog/meet-mlnotify/index.html), an open-source tool that notifies data scientists the second their model finishes training via web, mobile or email notifications. When we launched MLNotify we thought about how we can make data scientists’ lives easier.

And then we thought, easier is great, but WHY NOT JUST HAVE SOME FUN? while staying productive, of course ????.

### Introducing Train Invaders

I’m excited to introduce [**Train Invaders**](https://github.com/aporia-ai/TrainInvaders?utm_source=blog&utm_content=product&utm_campaign=train-invaders)! 🕹️

Train Invaders is a space invaders game that opens inside your Jupyter notebook while you train your model, and notifies you when the training is finished.

### How Train Invaders Works

##### STEP 1: Install the game:  
```
!pip3 install train_invaders --upgrade
```

##### STEP 2: Import the game in your notebook:  
```
import train_invaders.start
```

##### STEP 3: Start training your model. The game will automatically pop up when the process begins.

##### STEP 4: Play the game! _You’ll get notified when your training is finished_.

Interested in how I built this game? The code is available [on GitHub](https://github.com/aporia-ai/TrainInvaders?utm_source=blog&utm_content=product&utm_campaign=train-invaders).

See if you can beat me.

##### **✏️ Contribute on Github**

Have an idea to make it even more fun? [Create a GitHub issue](https://github.com/aporia-ai/TrainInvaders?utm_source=blog&utm_content=product&utm_campaign=train-invaders) or a pull request here.
