As a user I want to run script wiht ds.publish() from jupyterLab terminal and see my changes published to project resources so I can work iteratively using jupyterLab and script and record various versions as I make progress.
Note - if that's too difficult, perhaps ds.publish() can fail with "Can not perform ds.publish() from JupiterLab terminal" in order not to confuse the user.
Background:
I was testing ds.publish() from a script that I run in jupyterLab terminal.
I don't see the the updates to files under project resources.
And Dotscience tab below shows 'waiting'.

Luke: that's expected behaviour at the moment.
The committer only picks up metadata written as stdout thru ds run or written into an ipynb
It would be really cool if it could work in interactive command mode from inside Jupyter though, I can think of a couple of ways that could work