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

Reply via email to