Published
Edited
Sep 1, 2019
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
jit`Hello, World!`
Insert cell
Insert cell
jit = async (...rest) => {
const jitranslate = vocs => async (...newRest) => {
const compiled = await jitc(vocs)(...newRest)
const mded = md`${compiled}`
Object.assign(mded, {
plain: compiled,
transport: { ...compiled.transport },
jitranslate: jitranslate(compiled.transport.vocabulary),
toString: () => compiled.transport.output
})
return mded
}
return jitranslate()(...rest)
}
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
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
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
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
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
localMute = "🎙🍯🍷🛋🧪🔋🧼🏵🚈❇️"
Insert cell
localOverride = ''
Insert cell
_muted = `${logMute || ''}${!verbos ? localMute : ''}`
Insert cell
_overrides = `${logOverride || ''}${localOverride}`
Insert cell
import { log, usage }
with { _muted as mute, _overrides as override }
from '@elisk/log-tests'
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