Fix and improve doc on Gui.__init__ #1204
Labels
📄 Documentation
Internal or public documentation
🖰 GUI
Related to GUI
📈 Improvement
Improvement of a feature.
🟨 Priority: Medium
Not blocking but should be fixed soon
From a user:
The documentation of Gui.init(), specifically concerning parameter env_filename, could use a couple of fixes:
= taipy.gui.env
.run()
. To the end user this is very unclear. Without an explanation, one would logically expect that the following code would use the kwargs passed torun()
:In reality, the browser settings are overridden by the env-file.
Debugging this was especially difficult without knowing that the default of env_filename is taipy.gui.env, and that
app = Gui()
was in fact still loading the env-fileThe text was updated successfully, but these errors were encountered: