Closed TermeHansen closed 3 years ago
You don't need to run this command anymore.
Installing ipysheet with pip install ipysheet
or conda install -c conda-forge ipysheet
is enough with JupyterLab 3.
why do I then see this:
(base) hafnium@ff4327d62088:~$ conda list | grep -e jupyterlab -e ipysheet
ipysheet 0.5.0 pyhd8ed1ab_0 conda-forge
jupyterlab 3.1.7 pyhd8ed1ab_0 conda-forge
jupyterlab-widget-ketcher 0.1.4 pypi_0 pypi
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_server 2.7.1 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 1.0.0 pyhd8ed1ab_1 conda-forge
I would recommend starting again from a clean conda environment
I've got exactly the same problem and I use poetry. Here is my pyproject.toml
.
...
[tool.poetry.dependencies]
python = "^3.8.1"
jupyterlab = "^3.1.7"
voila = "^0.2.10"
ipywidgets = "^7.6.3"
voila-vuetify = "^0.5.2"
ipyvuetify = "^1.8.1"
pandas = "^1.3.2"
ipysheet = "^0.5.0"
...
Could you run jupyter labextension list
?
Humm. That's stange.
I tried in the above environment, that gave me
poetry run jupyter labextension list
JupyterLab v3.1.9
~/.cache/pypoetry/virtualenvs/ui-gippy-9fSVnKVh-py3.8/share/jupyter/labextensions
jupyter-vuetify v1.8.1 enabled OK
jupyter-vue v1.5.0 enabled OK
ipysheet v0.5.0 enabled OK (python, ipysheet)
bqplot v0.5.31 enabled OK (python, bqplot)
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
@voila-dashboards/jupyterlab-preview v2.0.2 enabled OK (python, voila)
Other labextensions (built into JupyterLab)
app dir: ~/.cache/pypoetry/virtualenvs/ui-gippy-9fSVnKVh-py3.8/share/jupyter/lab
The minimal example gave me
import ipysheet
sheet = ipysheet.sheet()
sheet
> Error displaying widget: model not found
I tried to make a new minimal environment with the following toml
...
[tool.poetry.dependencies]
python = ">=3.8"
jupyterlab = "3.1.7"
ipysheet = "^0.5.0"
...
And the minimal example worked.
I've got a question concerning ipysheet. Is it possible to make the sheet non-editable?
failing, showing this in log