Like with many other tools CS-Script provides an intensive command line interface that can be used from shell/terminal (e.g. Bash, PowerShell, command-prompt). This interface is particularly useful ...
# %% [markdown] # This is a markdown cell # %% def f(x): return 3*x+1 Only the notebook inputs (and optionally, the metadata) are included. Text notebooks are well suited for version control. You can ...