Эти команды должны работать:
Предварительная установка:
1. Assume you have conda environment called "myenv"
2. Assume you have jupyter-lab installed in that environment
Установка
source activate myenv
pip install qgrid
jupyter labextension install qgrid
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter nbextension enable --py --sys-prefix qgrid
jupyter nbextension enable --py --sys-prefix widgetsnbextension
Использование
source activate myenv
jupyter-lab
create a notebook under environment myenv
right click on that notebook
click Create New View for Output # it will create new tab
Подтверждение
Я просто выполнил процедуру для новой среды, и она работает.![enter image description here](https://i.stack.imgur.com/iCpvM.png)