1. Home
  2. /
  3. Documentation
  4. /
  5. Virtual Lab Code Interface

Virtual Lab Code Interface

This document describes the Virtual Lab function exposed by the LaserMind client.

Client setup

Python
from laser_mind_client import LaserMind
lsClient = LaserMind(pathToRefreshTokenFile="C:\\path\\to\\your\\token.txt", logToConsole=True)

Articles

How can we help?