Skip to content

How to use with nteract? #623

Open
Open
@frthjf

Description

@frthjf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions