You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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
But when I run
import { NetworkFrame } from "semiotic"
in nteract, I getSyntaxError: Cannot use import statement outside a module
. What's the recommended way of using semiotic in nteract?The text was updated successfully, but these errors were encountered: