Figure ExplorerFigure Explorer is a VS Code extension for browsing and navigating figures generated in Jupyter notebooks. When working with notebooks containing many plots, it can be difficult to keep track of which cell produced which figure. Figure Explorer collects figures from your open notebooks and provides a dedicated gallery for quickly browsing them and jumping back to their source cells. Features
GalleryThe Gallery view provides a thumbnail overview of the figures in your notebook. Selecting a figure displays a larger preview along with information about its source cell. Figure TitlesYou can optionally give a figure a title by adding a
The title will be displayed throughout Figure Explorer and can be used when searching for figures. Cells without a figure title are automatically assigned a number such as SearchThe Gallery includes several search modes:
Find the figure generated by cell 12.
Find figure 5.
Search figure titles.
Search the source code associated with figures. You can also enter a general search term to search through the figure's notebook, title, and source code. Getting Started
Figure Explorer updates as notebook outputs change, so you can continue working in the notebook without manually rescanning it. Requirements
Current LimitationsFigure Explorer currently focuses on PNG image outputs generated by Jupyter notebooks. The extension is currently in early development. Features and behavior may change as it is tested with different notebooks and workflows. FeedbackFigure Explorer is being developed with scientific and data-analysis workflows in mind. Feedback, bug reports, and suggestions are welcome. If you encounter a problem, please include:
LicenseLicense information will be added in a future release. |