The runlab command ends prematurely for all labs. However, the SQLi lab is the only lab that has some kind of integrity checks before the notebook is available. We should implement a method that will check that every dependency and file is installed before the notebook will run for the students. If not everything is installed, re-run the script (or part of it) until everything is installed.
The
runlabcommand ends prematurely for all labs. However, the SQLi lab is the only lab that has some kind of integrity checks before the notebook is available. We should implement a method that will check that every dependency and file is installed before the notebook will run for the students. If not everything is installed, re-run the script (or part of it) until everything is installed.