widget-cookiecutter
widget-cookiecutter copied to clipboard
A cookiecutter template for creating a custom Jupyter widget project.
Right now, we hardcode the unpkg CDN in the public path of the amd module in the dist/ directory: https://github.com/jupyter-widgets/widget-cookiecutter/blob/969471848da747d5aa562b8ab00988e3117e4ccf/%7B%7Bcookiecutter.github_project_name%7D%7D/js/webpack.config.js#L69 I think we should: 1. Figure out if we still...
hello, I downloaded the widget-cookiecutter.zip and tried to create project in my jupyterlab(version 3.0) and jupypter notebook,it will prompted the author name firstly, but I find no where to input...
Is there any particular reason the js files are written in the requirejs format? Since webpack will convert complete javascript code to AMD format the actual implementation of index.js/extension.js should...
The current state of the cookiecutter doesn't support Python's [namespace packaging](https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages). The cookiecutter assumes that the Python package name coincides with the directory to Python files. For namespace packages this...
As discussed in the Feb 18, 2021 meeting the default for widgets should be to **not** register themselves with `widgets.register` So this will need to be removed: https://github.com/jupyter-widgets/widget-cookiecutter/blob/de21c0fbbcac79b4b0419097973db869da2e5550/%7B%7Bcookiecutter.github_project_name%7D%7D/%7B%7Bcookiecutter.python_package_name%7D%7D/example.py#L6 and then...
We have an error using the cookie cutter right now if the npm package name has an org and a slash, like ‘@jupyter-widgets/example’, for example: ``` Traceback (most recent call...
Fixes #84 - Improve formatting of RELEASE.md - Add suggestion to bump view and model version in widget implementations
Totally understandable if you'd prefer to close this PR given that [`idom-jupyter`](https://github.com/idom-team/idom-jupyter) isn't as popular as the others listed here. I just figured it could act as another example since...
The problems I was experiencing in #82 were a result of the fact that I had not bumped the model/view versions in the widget definition [as suggested](https://github.com/idom-team/idom-jupyter/pull/9#issuecomment-762678935) by @jasongrout. This...
The following PRs only modify README files but don't pass CI: - https://github.com/jupyter-widgets/widget-cookiecutter/pull/76 - https://github.com/jupyter-widgets/widget-cookiecutter/pull/77 I'm not really sure what's wrong though.