PlutoWorkspaceExplorer.jl

All your variable are belong to us
Author JackDevine
Popularity
16 Stars
Updated Last
8 Days Ago
Started In
March 2024

PlutoWorkspaceExplorer.jl

Interactively inspect your workspace values and topology in a Pluto session.

Usage

Create the following cells:

import PlutoWorkspaceExplorer as PWE
@bind _update PWE.update_notebook()
_update; PWE.workspace_explorer(PlutoRunner)

If you dont create the _update variable, then the workspace explorer will only be updated when you run the cell that defined it. The _update variable will change every time that you press Shift+Enter.

Example view of the workspace explorer: image

PlutoVariableExplorer.demo.mp4

License

MIT license, see LICENSE

Used By Packages

No packages found.