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
@audunsh pointed out that https://github.com/jupyter-widgets/widget-cookiecutter/blob/6134771c6f2d7c275b186ff0cc00839be8d067b6/%7B%7Bcookiecutter.github_project_name%7D%7D/js/lib/example.js still uses Backbone.extend instead of es6 classes, so is not compatible with ipywidgets 8. We should fix this ASAP.
The text was updated successfully, but these errors were encountered:
Update to es6 modules and more modern js syntax
184cf91
Fixes jupyter-widgets#104
95fa787
I submitted a PR at #105
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
@audunsh pointed out that https://github.com/jupyter-widgets/widget-cookiecutter/blob/6134771c6f2d7c275b186ff0cc00839be8d067b6/%7B%7Bcookiecutter.github_project_name%7D%7D/js/lib/example.js still uses Backbone.extend instead of es6 classes, so is not compatible with ipywidgets 8. We should fix this ASAP.
The text was updated successfully, but these errors were encountered: