Open
Description
Hi, I might be missing something obvious but I have trouble getting semiotic to work in nteract. I've tried installing it via npm (nteract/nteract#1696) using the following package.json
{
"type": "module",
"dependencies": {
"semiotic": "^2.0.0-rc.20"
}
}
But when I run import { NetworkFrame } from "semiotic"
in nteract, I get SyntaxError: Cannot use import statement outside a module
. What's the recommended way of using semiotic in nteract?
Metadata
Metadata
Assignees
Labels
No labels