Difference between revisions of "Nicegui widgets/Tutorial"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts | scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts | ||
to create a webserver and RESTFul services e.g. with | to create a webserver and RESTFul services e.g. with | ||
− | * Flask see [http://fb4demo.bitplan.com/ Flask with bootstrap 4 demo] | + | * [https://github.com/pallets/flask Flask] see [http://fb4demo.bitplan.com/ Flask with bootstrap 4 demo] |
* [https://justpy.io/ justpy] see [https://jpdemo.bitplan.com/ Justpy demo] | * [https://justpy.io/ justpy] see [https://jpdemo.bitplan.com/ Justpy demo] | ||
As of 2023-11 the project is now migrated to nicegui using the nicegui widgets ([http://ngdemo.bitplan.com demo]) | As of 2023-11 the project is now migrated to nicegui using the nicegui widgets ([http://ngdemo.bitplan.com demo]) |
Revision as of 08:02, 18 November 2023
Example Usecase
This tutorial uses the ConferenceCorpus as it's usecase. As part of my research for the ConfIDent Project i am gathering metadata for scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts to create a webserver and RESTFul services e.g. with
As of 2023-11 the project is now migrated to nicegui using the nicegui widgets (demo)