Skip to main content
Version: Next

Scientific visualization

Install dependencies

Nodejs

Download and install latest LTS version: https://nodejs.org/en/

Go to SkyReal\SkyReal\Content\Scripts

Open CMD here and install dependencies:

  • `npm install socket.io

python 3 (for OpenTurns)

Install python 3 from Microsoft marketplace or https://www.python.org/downloads/

Open CMD and install dependencies:

  • pip install openturns==1.15
  • pip install python-socketio==4.6.1

Launch

Start NodeJS server

Still in the SkyReal\SkyReal\Content\Scripts directory, open CMD and start the server:

  • node index.js

Now you can reach Scientific visualization on your web browser at 127.0.0.1:3000.

Start your data connector

For OpenTurns start python load.py

Start SkyReal

Note that SkyReal must be started in collaborative mode.