Skip to content

Instantly share code, notes, and snippets.

@jimarlow
jimarlow / embedImageAb=ndSoundJupyter01.html
Last active December 30, 2017 12:31
Embed image and sound in Jupyter 01
<table>
<tr>
<td>Twinkle T0</td>
<td><img src='snd/T0Twinkle.png' alt="Drawing" style="width: 200px;"/></td>
<td><audio controls><source src='snd/T0Twinkle.mp3' type="audio/mpeg"></audio></td>
</tr>
</table>
@jimarlow
jimarlow / lpsimplescore01.py
Created December 30, 2017 12:09
lpSimpleScore
lpSimpleScore(music=barbryAllenInD, title="Barb'ry Allen in D", timeSignature="3/4", keySignature="d \major")