Jean-Robin
Jean-Robin
**Description** When a data node is stored as a file, it would be handy for the end user to add a way to download or upload the file from the...
In all the `setup.py` files (config, gui, core, rest, taipy, templates), the long_description is populated with the README.md content. This is NOT a good practice since the long description represents...
**What would that feature address** When creating a new application, developers usually design it iteratively, page by page. In such cases, the application templates ( nor the blueprint templates) don't...
**Description** Running mypy generates some errors: ``` mypy --ignore-missing-imports --implicit-optional --no-namespace-packages --exclude '(taipy/templates/|generate_pyi.py|tools)' --follow-imports skip --disable-error-code import-untyped --show-column-numbers --hide-error-context . ``` Some errors relate to the returned type of the...
Taipy uses data sets for many purposes (documentation, templates, demos, tests, etc...). With the blueprint functionality, the usage of data samples will increase. Taipy must store, manage, expose, document, and...
Propose requirements for the new functionality of taipy about creating CLI option. https://docs.google.com/document/d/1w3WW7S-9lYsGdlABtk5SEnEBZyn5XQUT3q9ZPUh2mQw/edit
Remove Taipy cloud from the ReadMe
Here's an example: I am doing a what-if analysis on a neural network by changing the parameter alpha. When I create a new scenario, "alpha 2.00", it gets put at...
- [ ] Expose register and unregister methods and add Reference manual documentation The documentation is covered by ticket [doc-#416](https://github.com/Avaiga/taipy-doc/issues/416).