Releases: vatlab/sos-notebook
Bug fixes for task control
A bug fix release for 0.19.2
0.19.3 Fix switching kernel
Release corresponding to sos 0.19.3
A release for sos 0.19.3.
Release of 0.19.0
Corresponding to sos 0.19.0.
New magic %runfile and background mode
This release deprecates magic %rerun
and introduces a new magic %runfile
which executes external file. It also makes inline execute the default mode and allows the execution of workflows in background by adding &
to the end of the magics %run
, %sosrun
, and %runfile
.
A revamped side panel
The side panel has been changed from a cell style to a console window style, similar to JupyterLab.
Better execution of sos workflows.
This version merges most of the interactive executor with the batch executor of SoS and makes sure that workflows executable in batch mode can also be executed correctly in interactive mode, regardless of the different running environments. This is enforced by executing all unit tests of sos inside sos notebook.
sos-notebook release for sos 0.9.12.x
This is a sos-notebook release for the sos 0.9.12.x series.
Bug fix release for sos releases
This is a bug fix release to catch up the release of SoS.
Switch to python format string
This release introduced option --status
to magic %clean
and magic %expand
to interpolate scripts (instead of the automatic string interpolation). It now depends on SoS 0.9.10.4.