Skip to content

Commit

Permalink
Support translating 3D viewers
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 15, 2024
1 parent ab63d9d commit 87b7fcd
Show file tree
Hide file tree
Showing 3 changed files with 1,246 additions and 136 deletions.
2 changes: 2 additions & 0 deletions glue_jupyter/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"glue.viewers.scatter.layer_artist.ScatterLayerArtist": "glue_jupyter.bqplot.scatter.BqplotScatterLayerArtist",
"glue.viewers.image.state.ImageLayerState": "glue_jupyter.bqplot.image.state.BqplotImageLayerState",
"glue.viewers.image.state.ImageViewerState": "glue_jupyter.bqplot.image.state.BqplotImageViewerState",
"glue_vispy_viewers.scatter.qt.scatter_viewer.VispyScatterViewer": "glue_vispy_viewers.scatter.jupyter.scatter_viewer.JupyterVispyScatterViewer",
"glue_vispy_viewers.volume.qt.volume_viewer.VispyVolumeViewer": "glue_vispy_viewers.volume.jupyter.volume_viewer.JupyterVispyVolumeViewer",
}


Expand Down
Loading

0 comments on commit 87b7fcd

Please sign in to comment.