Public
Edited
Sep 26, 2024
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { npm } from "@pkg/npm"
Insert cell
Insert cell
sqlitecloud = (sqlite_cloud_toggle_available && use_sqlite_cloud) ? npm('@sqlitecloud/drivers') : null
Insert cell
Insert cell
project = (sqlite_cloud_toggle_available && use_sqlite_cloud) ? new sqlitecloud.Database(sqlite_cloud_conn_str) : FileAttachment("evaluation_session_concept.db").sqlite()
Insert cell
// Convenience function to switch between individual API's dot methods
query_project = (qry) => sqlitecloud ? project.sql(`USE DATABASE evaluation_session_concept; ${qry}`) : project.query(qry)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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