Andrew Fulton
Andrew Fulton
> I understand that installing Pandoc might be complicated on some systems, but on most Linux distros it should be simple, shouldn't it? > > For Ubuntu 18.04 there should...
@KrishnaKumarHariprasannan how do you envision the file notifications working? Some options I have thought of are 1) add a section to the git panel with upstream changed files and then...
@KrishnaKumarHariprasannan, I've been working on this in a [branch on my fork](https://github.com/andrewfulton9/jupyterlab-git/tree/remote_changes_notification). So far I have: - added remote changes section - filled remote changes section with files that have...
Thanks @fcollonval! I added draft PR #962.
I've just copied the tests over to a local file and have just started modifying them to test my custom `ContentsManager`, so i'm not sure yet how many of them...
Is this something you all are still interested in implementing? I'd be happy to do it
I have a quick question about the examples in the current tutorial that are skipped over for doctests. It looks like most of them are because they are looking at...
Sounds good. It might be best to put those cells into Markdown if we are going to make the notebooks executable in Binder to not cause confusion. I'll keep exploring...
I also noticed that I am only able to reproduce when I have both `c.ServerApp.root_dir` and `c.ServerApp.preferred_dir` set and `prefered_dir` is an absolute path. With the reproduce example above, I...
> > With the reproduce example above, I am able to fix it by changing the prefered_dir setting to os.getcwd().lstrip('/') > > @andrewfulton9 Where have you changed that (had a...