Jupyter Import Processor
replace virtual package (@jupyter) with kotlin variables
import { foo } from '@jupyter';Content copied to clipboard
will transform to
const foo = "bar";Content copied to clipboard
foo must be basic type or implement DisplayResult interface