Skip to content

Instantly share code, notes, and snippets.

View signomel's full-sized avatar
🏠
Working from home

signomel signomel

🏠
Working from home
View GitHub Profile
@signomel
signomel / divtags.rst
Created July 2, 2024 21:29 — forked from DanielKotik/divtags.rst
Colored note boxes inside Jupyter notebooks

############# Markdown parser in Jupyter notebooks ##################

<div class="alert alert-block alert-info"> <b>NOTE</b> Use blue boxes for Tips and notes. </div>

<div class="alert alert-block alert-success"> Use green boxes sparingly, and only for some specific purpose that the other boxes can't cover. For example, if you have a lot of related content to link to, maybe you decide to use green boxes for related links from each section of a notebook.