# Widen display in IJulia/Jupyter notebook

**URL:** https://discourse.julialang.org/t/widen-display-in-ijulia-jupyter-notebook/12470
**Category:** Tooling
**Tags:** question
**Created:** [July 18, 2018, 4:36pm UTC](https://discourse.julialang.org/t/widen-display-in-ijulia-jupyter-notebook/12470 "2018-07-18T16:36:28Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![kevin.squire](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kevin.squire/32/62_2.png) [@kevin.squire](https://discourse.julialang.org/u/kevin.squire)
#### Post date: [July 18, 2018, 10:48pm UTC](https://discourse.julialang.org/t/widen-display-in-ijulia-jupyter-notebook/12470/4 "2018-07-18T22:48:52Z")

</div>

Thanks, @rdeits, that worked perfectly with the above code!

```julia
display("text/html", "<style>.container { width:100% !important; }</style>")

```

Cheers,  
Kevin

---

_[View the full topic](https://discourse.julialang.org/t/widen-display-in-ijulia-jupyter-notebook/12470)._
