haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Issue with jupyter #35

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 1 year ago

After installing nppas (open3d-vedo-conversion branch) into a clean devbio-napari 0.8.0 installation, I receive an error in Jupyter when attempting to save notebooks:

File Save Error for demo.ipynb
Unexpected error while saving file: docs/demo.ipynb 'coroutine' object is not subscriptable

We should make sure that our installation instructions are not causing this,

haesleinhuepf commented 1 year ago

The error might be related to: https://github.com/jupyter-server/jupyter_server/issues/1127

haesleinhuepf commented 1 year ago

Workaround:

mamba install jupyter_server=1.23.3 -c conda-forge

closed in: https://github.com/haesleinhuepf/devbio-napari/pull/33