Tips and tricks
Tips and Tricks!
-
Scenarios
Back-end | TestA Taipy scenario represents a run that can be an instance of a business problem to solve on data and parameter sets.
-
Share your App with Colab and Ngrok
Front-end | Back-endLearn how to share on the Internet your Taipy Application created on Google Colab (a high-performance Notebook with CPU and GPU access for Deep Learning), using Ngrok.
-
Jupyter Notebooks
Front-endOptimize your coding experience with Taipy in Jupyter Notebooks. Learn essential functions for seamless front-end updates without the need to restart the kernel.
-
Long-running Callbacks
Front-endDiscover the 'long-running callbacks' feature of Taipy GUI, ensuring responsiveness during lengthy tasks. This article provides practical examples, highlighting the potential for improved user experiences.
-
Multi-page Applications
Front-endOrganize your data flows and visualizations in multi-pages applications, resulting in user-friendly and intuitive user interface.
-
Using Tables
Front-endDiscover the power of Taipy front-end tables – your go-to for data presentation and control. Learn key settings and features for effortless table creation within data applications.
-
Data Nodes
Front-endExplore Taipy data nodes and understand their central role in accessing data from various sources. This article serves as your gateway to comprehending data nodes in Taipy.
-
Stylekit
Front-endLearn how to tailor your Taipy applications appearance with the CSS StyleKit. Easily change the visual style with pre-made stylesheets, CSS variables, and utility classes.
-
Skippable tasks
Front-endExplore the 'skippable' task feature to improve your efficiency in pipeline orchestration.
-
Callbacks
Front-endMake your multi-user graphical interface fully interactive using the on-change callback.
-
Taipy Cloud
Front-endShare your application on the web. Learn the simplicity of deploying and hosting your Taipy application on the Taipy Cloud.
-
Real-time data visualization
Front-endDisplay data sent from another thread in real-time to your Taipy application.
-
Integrate Third-Party Components
Front-endUse the `part` visual element to embed any HTML inside your application.