Skip to content

CMU MS-DAS Visualization class course materials, Spring 2023

License

Notifications You must be signed in to change notification settings

jswelling/CMU-MS-DAS-Vis-S23

Repository files navigation

@CMU-MS-DAS-Vis-Mini Spring 2022 CMU-MS-DAS-Vis-23

CMU MS-DAS Visualization Class course materials, Spring 2022

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-S23/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 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published