MLOPS Day2 Lab Path issues

Even setting everything correctly, still lab says invalid path.

Did you actually start up the jupyter notebook process? I don’t see that in your output.

After updating the jupyter_lab_config, which looks fine. Did you run:

jupyter lab --config=/root/code/jupyter_lab_config.py --allow-root --no-browser &?
Now, you should be able to open the Jupyter UI by clicking the button on the top-right.

Yes, I did.
Jupyter Lab is running fine, executed some python commands as well to check.

Yes I did start. I created a notebook as well. It’s running perfectly fine, but still the evaluation is wrong.


Check again, the server is running. Sharing the logs as well for better analysis.

Also, its mentioned in task that /notebooks folder is already present, but it’s not.
so kindly inlude below command as well:
mkdir …/notebooks/
because, user may receive undefined path error if directly executes the task commands.

The task does state this explicitly:

Open the configuration file, identify every setting that prevents the requirements above from being met, and correct it. Create any missing directories.