README.md
# Hwsmartcell
Livebook smartcell for homework problems
# Code for the Startup Cell
```elixir
Mix.install([
{:hwsmartcell, ">= 0.1.0"}
])
#Ensure the smartcell is registered
Kino.SmartCell.register(Hwsmartcell)
```
I only need to have the above in the startup cell because all my dependencies are called in mix.exs already.
# Code Notes
The output I am trying to suppress is a livebook compilation output. Does not appear possible to suppress.