/data_vis

Data Visualisation course @ Ecole polytechnique

Primary LanguageJavaScript

Data Visualisation

Data Visualisation course @ Ecole polytechnique
--> The results are directly available here. <--

Use the code

Remark: all the following command should be run at the root of the project

Ready to use

With Docker

  • Run my image using docker run -p 8080:80 romainfd/datavis (no need to clone the repo before)
  • Then go to your localhost at http://localhost:8080 and choose the exercise you want to see

With a python server

  • Run python3 -m http.server 8080
  • Then go to your localhost at http://localhost:8080 and choose the exercise you want to see

Modify the code

With Docker

With Python

Modify the code and then follow the 'Ready To Use > With a python server' part