Skip to content

Latest commit

Β 

History

History
44 lines (33 loc) Β· 1.1 KB

ui.md

File metadata and controls

44 lines (33 loc) Β· 1.1 KB

User Interfaces

Upon running the RTC tests from the CLI, you can also run them from various user interfaces as:

  • A Web Application.
  • A Jupyter Server Application.
  • A JupyterLab Extension.
Jupyter RTC Test

You can choose a test scenario that will spins remote users.

Jupyter RTC Test Actors

Web Application

# open http://localhost:3063
yarn start

Jupyter Server Application

# open http://localhost:8888/jupyter_rtc_test?token=142461e29e03250e569824cff00bc99941148a334ff258e5
yarn jupyter-rtc-test
# ...or
jupyter rtc-test
# ...or
python -m jupyter_rtc_test

JupyterLab Extension

# open http://localhost:8888/api/jupyter/lab?token=60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6
yarn jupyterlab
# ... or
jupyter lab