Open matthewgasbarro opened 4 months ago
The step Run python -m seeq_sysid [--users <users_list> --groups <groups_list>] fails where it executes jupyter nbextension install --user --py widgetsnbextensions saying the jupyter-nbextension command is not found.
Run python -m seeq_sysid [--users <users_list> --groups <groups_list>]
jupyter nbextension install --user --py widgetsnbextensions
jupyter-nbextension
Seeq Data Lab now runs using JupyterLab 4 and Notebook 7 so there is no longer a need to install notebook extensions https://github.com/BYU-PRISM/Seeq/blob/2ed2358bc1944877cb432120e098a2ae5968b654/SysID%20Addon/seeq_sysid/__main__.py#L66
The step
Run python -m seeq_sysid [--users <users_list> --groups <groups_list>]
fails where it executesjupyter nbextension install --user --py widgetsnbextensions
saying thejupyter-nbextension
command is not found.Seeq Data Lab now runs using JupyterLab 4 and Notebook 7 so there is no longer a need to install notebook extensions https://github.com/BYU-PRISM/Seeq/blob/2ed2358bc1944877cb432120e098a2ae5968b654/SysID%20Addon/seeq_sysid/__main__.py#L66