Typically my flow has been the following. Run the scalatests inside intellij fo what I'm working on. follow by make system-test
On Mon, 30 Jan 2017 at 20:48 Jakob Odersky <[email protected]> wrote: > Hi everyone, > I was wondering how everyone usually develops toree, specifically how > changes to toree are tested with a jupyter notebook? I couldn't find > any documentation on the website so I thought I'd ask here. > > I tried running the various makefile targets, including `make dev` and > `make jupyter`, however those targets use a docker image that already > contains a published upstream version of toree, which thereby > overrides any changes made to the local version. Running "make > release", then pip-installing the archive and finally running "jupyter > install toree" somehow also uses an upstream version of toree. > > Is there an easy way to build and install a local source tree? > > thanks, > --Jakob > -- regards Marius van Niekerk
