Interactively inspect your workspace values and topology in a Pluto session.
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:
PlutoVariableExplorer.demo.mp4
MIT license, see LICENSE