jupyter lab connecing to network drive code example
Example: how to make jupyterlab see other directory
// To open jupyter lab with new directory
jupyter lab --notebook-dir "C:\name_of_dir"
// To open jupyter lab with new directory
jupyter lab --notebook-dir "C:\name_of_dir"