https://github.com/avaiga/conferences
Repository containing all the necessary documents for the conferences
https://github.com/avaiga/conferences
Last synced: 7 months ago
JSON representation
Repository containing all the necessary documents for the conferences
- Host: GitHub
- URL: https://github.com/avaiga/conferences
- Owner: Avaiga
- License: apache-2.0
- Created: 2022-08-30T14:26:53.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-25T13:52:28.000Z (almost 2 years ago)
- Last Synced: 2023-10-25T15:09:15.208Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 89.4 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Conferences
## Usage
- [Usage](#usage)
- [Conferences](#what-is-conferences)
- [Directory Structure](#directory-structure)
- [License](#license)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)## What is Conferences
Taipy is a Python library for creating Business Applications. More information on our
[website](https://www.taipy.io).[Conferences](https://github.com/Avaiga/conferences) is a collection of folders and notebooks used for conferences.
In each folder, you can find Notebooks that were used to illustrate Taipy (Core and GUI). All the information needed can be found in the Notebooks.### Demo Type
- **Level**: Moderate
- **Topic**: Taipy-GUI, Taipy-Core
- **Components/Controls**:
- Taipy GUI: selector, chart, toggle, slider, expandable, table, map
- Taipy Core: datanode, pipeline, scenario, caching## How to run
This demo works with a Python version superior to 3.8. Install the dependencies of the *Pipfile* and search for a Notebook of a conference to open.
## Directory Structure
- The folders for the different conferences
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _conferences_.
- `CONTRIBUTING.md`: Instructions to contribute to _conferences_.
- `INSTALLATION.md`: Instructions to install _conferences_.
- `LICENSE`: The Apache 2.0 License.
- `Pipfile`: File used by the Pipenv virtual environment to manage project dependencies.
- `README.md`: Current file.## License
Copyright 2022 Avaiga Private LimitedLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.## Installation
Want to install _Conferences_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.
## Contributing
Want to help build _Conferences_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
## Code of conduct
Want to be part of the _Conferences_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.