We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Normal import - working types:
I was happy to see selecting a specific npm package version works, but it shows an error & doesn't load types:
Tried different variations:
import { create } from "[email protected]"; import { create } from "https://esm.run/[email protected]";
The text was updated successfully, but these errors were encountered:
While we're at it, I'm thinking if there could be a nice way to globally import things, because currently you have to either:
$.
const { helper } = $
While 1. is too verbose, it's the only option to have code in notebooks copyable into a different IDE
Sorry, something went wrong.
Agree it would be great to add support for this!
No branches or pull requests
Normal import - working types:
I was happy to see selecting a specific npm package version works, but it shows an error & doesn't load types:
Tried different variations:
Example notebook
The text was updated successfully, but these errors were encountered: