semiotic icon indicating copy to clipboard operation
semiotic copied to clipboard

How to use with nteract?

Open frthjf opened this issue 2 years ago • 0 comments

Hi, I might be missing something obvious but I have trouble getting semiotic to work in nteract. I've tried installing it via npm (https://github.com/nteract/nteract/issues/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?

frthjf avatar Feb 21 '22 16:02 frthjf