navigate to other disk jupyter lab code example
Example 1: how to make jupyterlab see other directory
// To open jupyter lab with new directory
jupyter lab --notebook-dir "C:\name_of_dir"
Example 2: find root directory of jupyter notebook
import os
os.getcwd()