Published
Edited
Nov 12, 2021
Insert cell
Insert cell
Insert cell
stream = embed(embedCode)
Insert cell
embedCode = `<!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
<script type="text/javascript" src="https://hosted.muses.org/mrp.js"></script>
<script type="text/javascript">
MRP.insert({
'url':'https://icecast.auzziejay.com/stream',
'codec':'mp3',
'volume':100,
'autoplay':false,
'buffering':1,
'title':'Yesterweb Live',
'welcome':'Welcome!',
'bgcolor':'#FFFFFF',
'skin':'simple-blue',
'width':300,
'height':122
});
</script>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->`
Insert cell
import { embed } from "@jerryjappinen/embed"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more