-
Notifications
You must be signed in to change notification settings - Fork 425
qgrid not showing in lupyter lab notebook #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Dupe of #261? |
For future reference, mostly important are these versions:
|
still problematic.
gives
$pip freeze | grep -iE "jupyter|ipython|note|qgri" |
My package versions are: jupyter_client 5.3.4 py37_0 conda-forge @bwanaaa example ends with error:
|
@ghuname - Please upgrade qgrid. |
(base) C:\Users\User>conda install qgrid All requested packages already installed.Intel(R) MPI Library 2019 Update 6 for Windows* Target Build Environment for Intel(R) 64 applications @gerrymanoim Doesn't work. |
C:\Users\User>pip search qgrid Looks like pip has more recent version of the qgrid. |
After upgrading I am getting the message: Error displaying widget: model not found |
I have the same problem with qgrid 1.3.1 |
Hi, @ghuname I have the same issue. Did you solve it? |
Related: #350 |
Environment
windows 10 pro with latest anaconda3
$ jupyter labextension list
JupyterLab v1.1.4
No installed extensions
Description of Issue
open anaconda3 command prompt from start menu
$jupyter lab
QgridWidget(grid_options={'fullWidthRows': True, 'syncColumnCellResize': True, 'forceFitColumns': True, 'defau…
What steps have you taken to resolve this already?
I tried starting a jupyter notebook by:
1)opening an anaconda3 command window by selecting 'Anaconda3 prompt' from the start menu
2)$jupyter notebook
3) and enter the above code into a cell, I get
Entering this command in an anaconda3 command window
jupyter nbextension enable --py --sys-prefix qgrid
gives
Enabling notebook extension qgrid/extension...
- Validating: ok
...
Anything else?
PLEASE NOTE: the windows start menu has a bunch of entries in the Anaconda3 folder. There is an Anaconda Prompt entry, an Anaconda Powershell Prompt entry, an Anaconda Navigator entry and a Jupyter notebook entry.
I CAN get qgrid to work if I open a notebook directly in Windows by going to the start menu and selecting the jupyter notebook menu entry and using the above code.
I CAN also get qgrid to word if I open an Anaconda Powershell prompt and type 'jupyter notebook' at the prompt. However typing jupyter lab and then starting a notebook and entering the code above only gives
QgridWidget(grid_options={'fullWidthRows': True, 'syncColumnCellResize': True, 'forceFitColumns': True, 'defau…
The text was updated successfully, but these errors were encountered: