Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with nteract? #623

Open
frthjf opened this issue Feb 21, 2022 · 0 comments
Open

How to use with nteract? #623

frthjf opened this issue Feb 21, 2022 · 0 comments

Comments

@frthjf
Copy link

frthjf commented Feb 21, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant