widget-ts-cookiecutter icon indicating copy to clipboard operation
widget-ts-cookiecutter copied to clipboard

A highly opinionated cookiecutter template for ipywidget extensions.

Results 34 widget-ts-cookiecutter issues
Sort by recently updated
recently updated
newest added
trafficstars

My understanding of the the widget naming convention is that the names are like so: Python: `ipy` typescript: `jupyter-` With the idea being that the typescript part will be kernel-langauge...

Hello, I'm trying to mount a Vuejs app in the render method of the custom `DOMWigetView`. This Vuejs app relies on `.vue` single file component files. While everything builds fine...

`devDependencies` in `package.json` has: ``` "@jupyterlab/builder": "^4.0.11", "@lumino/application": "^2.3.0", "@lumino/widgets": "^2.3.1", ``` but `devDependenciesComments` has jupyterlab 3.x, lumino 1.x

I came here trying to find a solution to `define` not being defined in jupyter lab..