Re: Questions on GIT integration

2020-03-06 Thread Jeff Zhang
I don't think it is supported, currently zeppelin assume that the notebook dir represent a single git repo. Here's the source code of GitNotebookRepo, if you are interested, welcome any contribution to improve it. https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/ap

Questions on GIT integration

2020-03-05 Thread David Boyd
All:     I am running 0.8.2 in a docker image.   I have all my external directories set up and mounted to the right places. Now I have a GIT repository with several directories, one of which is my notebook directory like follows: repodir docker python shiny notebook I h