Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitware/trame-course
Code Material for trame course
https://github.com/kitware/trame-course
Last synced: 2 months ago
JSON representation
Code Material for trame course
- Host: GitHub
- URL: https://github.com/kitware/trame-course
- Owner: Kitware
- Created: 2023-05-10T23:23:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T18:46:31.000Z (4 months ago)
- Last Synced: 2024-09-09T23:12:05.689Z (4 months ago)
- Language: Python
- Size: 658 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Want to attend the next one?
We try to provide a course at least once a year. If you are interested, feel free to reach out to [Kitware](https://www.kitware.com/contact/) so we can keep you in the loop when those get scheduled. We also provide private training which can provide tailored content. Either way, if you have interest in trame [we can help](https://www.kitware.com/contact/). Just talk to us and we'll figure out how to best help you.
## How to get started
```bash
git clone https://github.com/Kitware/trame-course.gitcd trame-course
python3.10 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install trame
```## How to support all examples
You will need to install additional widgets
```bash
pip install trame-vuetify trame-vtk
```