rstoolbox.utils.format_Ipython

rstoolbox.utils.format_Ipython()

Ensure monospace representation of DataFrame in Jupyter Notebooks.

Just need to call it after importing the library.

Note

In order for this function to work, it is important that is the last one in the Jupyter cell to be called.

Raises:
ImportError:If [Ipython library](https://ipython.org/) is not present.