Ubah Warna Teks di Jupyter Notebook

from IPython.display import Markdown
display (Markdown('Hello, this is <span style="color: green">Visualscrapy.</span> color.'))
visualscrapper