Jarvis College of Computing and Digital Media - DePaul University
Authors and Contributors:
Interactive Visualization Platform for Machine Learning and Data Science Datasets.
In order to run the Neurobazaar Platform you need to have at least Python 3.11 installed on your computer.
For Windows 10 this software has been tested with Python 3.11.5.
All of the required Python packages are installed in a Python Virtual Environment.
To create the Python Virtual Environment in Windows 10 use the following command (you only need to create it once):
py -3.11 -m venv .venv
To load/activate the Python Virtual Environment in Windows 10 Powershell use the following command:
.venv/Scripts/Activate.ps1
To load/activate the Python Virtual Environment in Windows 10 CMD use the following command:
.venv/Scripts/activate.bat
To install the required Python packages inside the loaded/activated virtual enviroment run the following command: