Skip to content

JackDevine/PlutoWorkspaceExplorer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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