-
Notifications
You must be signed in to change notification settings - Fork 381
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
Typescript typings file needed to use widgets in typescript projects #7322
Labels
Comments
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 7, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 11, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
Jun 11, 2018
scottdraves
pushed a commit
that referenced
this issue
Jun 12, 2018
* #7322 refactor TableDisplay structure * #7322 add first declaration files * #7322 convert widget files to TypeScript * #7322 update webpack entry points * #7322 add declaration files * #7322 fix missing types and type properties * #7322 use typings in Lab lib * #7322 refactor Plot, add plot typings * #7322 fix Spinner missing * #7322 create declaration files for Lab plugin * #7322 fix missing property error
@jdundondev This should be in 0.20.0 released today: https://www.npmjs.com/package/beakerx-jupyterlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use the BeakerXDataGrid in a JupyterLab MimeRenderer to display tabular results, but I'm not able to import the widget because the BeakerX npm package does not include the required type information. It would be great if the BeakerX module contained the required type information or a separate @types/beakerx-jupyterlab npm module was created.
The text was updated successfully, but these errors were encountered: