-
Prepare virtual environment
# Check the availability of virtualenv command pipx list virtualenv -p python3 venv source venv/bin/activate
-
Install dependencies
pip3 install \ -r requirements.txt
-
Open jupyterlab server with virtual environment dependency
source venv/bin/activate jupyter-lab \ --no-browser
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|