Skip to content

CMU MS-DAS Visualization class course materials, Spring 2024

License

Notifications You must be signed in to change notification settings

jswelling/CMU-MS-DAS-Vis-S24

Repository files navigation

@CMU-MS-DAS-Vis-Mini Spring 2024 CMU-MS-DAS-Vis-24

CMU MS-DAS Visualization Class course materials, Spring 2024

Quick Start

This class uses a lot of different tools, and they do not all work well together. Thus several different requirements.txt files are provided. To set up a generic Python environment for the class using conda, do:

$ conda create --name VisClassEnv python=3.8
$ conda activate VisClassEnv
$ pip install -r https://raw.githubusercontent.com/jswelling/CMU-MS-DAS-Vis-S24/main/requirements_generic.txt
$ python -m ipykernel install --user --name VisClassEnv --display-name "Python (VisClassEnv)"

Any specific example from the class may require a different environment, but they are installed from their requirements.txt files in the same way.

About

CMU MS-DAS Visualization class course materials, Spring 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published