Published
Edited
Oct 11, 2018
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof first_level_select = select(first_level_options)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof first_level_select_text = text({value:first_level_select})
Insert cell
Insert cell
Insert cell
Insert cell
nltk_data = d3
// https://stackoverflow.com/questions/10682856/how-to-import-xml-data-using-d3-js
.xml(`https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/index.xml`)
.then((xmlDocument)=>{
return d3.select(xmlDocument)
.selectAll('package')
.nodes()
.map(node=>{
return node.getAttribute('name');
//d3.select('package';
});
})
Insert cell
viewof nltk_data_select = select(nltk_data)
Insert cell
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