Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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
```