Normally running Scala worksheets ends up with the worksheet being evaluated from a blank slate. meaning that anything to want to test or use has to be in scope or initialized already.
Is it possible to run a Scala Worksheet from a different context? e.g. embedded in an application with access to the applications heap / services for prototyping / debugging?