Published
Edited
Feb 14, 2019
Insert cell
md`# PSET 0!`
Insert cell
function print(text) {
return `Hello, ${text}`;
}
Insert cell
print("World!")
Insert cell
//paragraph with short text bio or introduction
md`## Jacob Kohn
Hi! I'm a second-year student at DUSP and am studying data visualization.
Let's build something in D3! \n`

Insert cell

//image and link to visualization project I find inspiring
image = html`<img src='https://www.c82.net/images/offthestaff/large/the-planets-separate-color.jpg' </a>`
Insert cell
md`## Visualization Project: Visualizing Notes from Music Scores \n
Link: https://www.c82.net/offthestaff/?id=67`
Insert cell
md`This visualization project transforms audio from music scores into beautiful circular patterns, capturing different voices in different distances from the center.`
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more