Published
Edited
Apr 17, 2020
Fork of Lab 1
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html`<!DOCTYPE HTML>
<html>

<body>

<!-- Insert Heading here-->
<br>
<!-- Insert Name here-->
<br>
<!-- Insert Bio here-->
<br>

<!-- Insert Data Viz goals here-->

<!-- Insert Contact Me section here-->

</body>
</html>`

Insert cell
Insert cell
Insert cell
html`<!DOCTYPE HTML>
<html>

<head>

<style>
<!--put your styles here!-->
<!--CSS has java-style comments-->

</style>
</head>

<body>

<!--*Copy-Paste the contents for the body here-->

</body>
</html>
`
Insert cell
Insert cell
Insert cell
Insert cell
html`<!DOCTYPE HTML>
<html>
<body>

<svg width="" height="">
<!-- Insert Circle here-->
</svg>

<br>
<svg width="" height="">
<!-- Insert Rectangle here-->
</svg>
<br>
<svg width="" height="">
<!-- Insert line here-->
</svg>

</body>
</html>
`
Insert cell
Insert cell
Insert cell
html`<!DOCTYPE HTML>
<html>
<body>

<svg height = "100" width = "200" >

<!-- Insert code for circle 1, center the circle at 40,40 -->
<!-- Insert code for circle 2, center the circle at 60,60 -->

</svg>

<svg height = "100" width = "200" >
<!-- Use the g tag to inherit presentation attributes -->
<g fill="" stroke="" stroke-width="">

<!-- Insert code for circle 1, center the circle at 40,40 -->
<!-- Insert code for circle 2, center the circle at 60,60 -->

</g>
</svg>

</body>
</html>
`
Insert cell
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