ndcbe / data-and-computing

CBE 20258 and CBE 60258: (Advanced) Data and Computing
4 stars 28 forks source link

Cleanup up activity boxes #43

Open adowling2 opened 2 years ago

adowling2 commented 2 years ago

@jkeane14 @E-Ream The updated processing script supports a few types of activity boxes:

Here is the code to add a new note (yellow box):

<div style="background-color: rgba(255,255,0,0.05) ; padding: 10px; border: 1px solid black;"> 
<b>Note</b>: This will add a note.
</div>

You can post here with questions. As you go through the notebooks, you might find some non-standard boxes that should be converted to one of the types listed above or notes.

adowling2 commented 2 years ago

@E-Ream Are there any types of activity boxes we should add? Let's discuss here.