Here is a basic test using the cookiecutter. I used it to verify a patch I made to the cookiecutter.
https://github.com/AaronWatters/widget_cookie_cutter_test By the way I never build widgets from scratch anymore. Instead I build proxy widgets. Here is the hello world for proxy widgets: https://github.com/AaronWatters/jp_proxy_widget/blob/master/notebooks/hello%20proxy%20world.ipynb I sometimes build several proxy widget implementations using several underlying javascript libraries in a day. The most sophisticated example of proxy widgets is the jp_doodle graphics library which implements HTML canvas for Jupyter on steriods. https://github.com/AaronWatters/jp_doodle FYI, -- Aaron Watters On Saturday, May 19, 2018 at 11:43:26 AM UTC-4, John wrote: > > Is there a version of "Hello World" custom widget example for jupyterlab. > The jupyter notebook documentation provides this "Hello World" custom > widget but it uses requirejs which is not supported by jupyterlab. > > http://ipywidgets.readthedocs.io/en/latest/examples/Widget%20Custom.html > > Is there any documentation on how to get a custom widget for jupyter > notebook such as this "Hello World" example to work in jupyterlab. > > > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e8f5105c-253e-4b25-b420-ccf584b62336%40googlegroups.com.
