# [2020.04.04] Google Colaboratory

Today I spent most of the day coding but finally succeeded to
construct a concise and hopefully well documented Jupyter notebook
running on [Google Colaboratory](https://colab.research.google.com).
The only thing a user has to do before running the example is to `pip
install neural-semigroups` which seems not a big deal. I also added
CUDA support for that case (I don't have an NVIDIA GPU at home). The
last thing was `%tensorboard` magic for Jupyter, which I had not been
aware of before. Unfortunately, it seems broken on Colaboratory site
at the moment.