4.3. Terminology

4.3.2. Other general technical terms

  • Docker

    • Open source platform which provide container based virtualization technology to the host machine.

    • By using docker, user can easily develop / execute application inside the isolated container built on the host environment.

    • Docker containers are relatively light-weight among other virtualization platform, and can be easily introduced to various host environment.

    • AIT and AIT development environment are isolated on individual container with help of Docker so that AIT developer can avoid the dependency or environmental problem.

    • https://docs.docker.com/

  • Jupyter Lab

    • Open source platform for supporting software development and/or scientific experimentation by aggregating code, execution resuilt, memorandom (note) on one single notebook file.

    • Lab is a next generation UI of famous software Jupyter Notebook maintained by Project Jupyter.

    • https://jupyterlab.readthedocs.io/en/latest/