Background
Python can be used for various of things ranging from data science, web development until IoT broker. Those application tends to have different sets of python packages (for example jupyter notebook is used on data science project) and often not compatible with one to another. Hence, the isolation of python environment per different project is required.
Objectives
To install jupyter lab on isolated python environment.
Deliverables
Article & Illustration