github sernst/cauldron v0.3.8
In-Notebook Console Writing

latest releases: v1.0.9, v1.0.7, v1.0.6...
5 years ago

This release adds a write_to_console() function to the ExposedStep class that allows for writing message strings to the stdout console without them appearing in the notebook display. From within a notebook it is now possible to call:

cd.step.write_to_console('my message')

to write the specified message to the console from within a running step without it appearing in the notebook HTML.

The console output for the display.markdown() function has been improved by having it output the markdown after jinja2 template rendering so that substitution values are observed int the console.

Also, adds a function used to create the CauldronTest fixture inside PyTest test modules, which is now a one-line addition to such files instead of having to manually define the fixture each time.

Don't miss a new cauldron release

NewReleases is sending notifications on new releases.