Skip to content

visualization completely stopped in vscode , jupyter notebook and jupyter lab #775

@Alisoltan82

Description

@Alisoltan82
(pytorch01) >jupyter labextension list
JupyterLab v4.4.0
C:\Users\x\anaconda3\envs\pytorch01\share\jupyter\labextensions
        catboost-widget v1.2.5 enabled ok
        imjoy-jupyterlab-extension v0.2.6 enabled ok (python, imjoy_jupyterlab_extension)
        jupyter-matplotlib v0.11.3 enabled ok
        jupyterlab-datawidgets v7.1.2 enabled ok
        jupyterlab-plotly v5.22.0 enabled  X
        nglview-js-widgets v3.0.8 enabled ok
        open3d v0.19.0 enabled ok (python, open3d)
        @jupyter-notebook/lab-extension v7.4.0 enabled ok
        @jupyter-widgets/jupyterlab-manager v5.0.14 enabled ok (python, jupyterlab_widgets)
        @jupyterhub/jupyter-server-proxy v4.4.0 enabled ok


   The following extensions may be outdated or specify dependencies that are incompatible with the current version of jupyterlab:
        jupyterlab-plotly

   If you are a user, check if an update is available for these packages.
   If you are a developer, re-run with `--verbose` flag for more details.

Other labextensions (built into JupyterLab)
   app dir: C:\Users\phali\anaconda3\envs\pytorch01\share\jupyter\lab
        @plotly/dash-jupyterlab v0.4.3 enabled  X
        itkwidgets v0.32.6 enabled ok
        jupyterlab-dash v0.4.2 enabled  X

   The following extensions may be outdated or specify dependencies that are incompatible with the current version of jupyterlab:
        @plotly/dash-jupyterlab
        jupyterlab-dash

jupyter notebook --version
7.4.0

jupyter lab --version
4.4.0

Name: itkwidgets
Version: 1.0a49

python 3.11.9

when I run the cell

from itkwidgets import view
import numpy as np

img = np.random.rand(64, 64, 64).astype(np.float32)
view(image=img)

output: <itkwidgets.viewer.Viewer at 0x1ecf0565bd0>

nothing showed on screen although it was fully working 2 days back

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions