jupyterlab / pull-requests

A JupyterLab extension for reviewing GitHub pull requests
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Allow user to change default GitHub URL #11

Closed riordan closed 3 years ago

riordan commented 5 years ago

This is an unbelievably useful extension for making notebook code review more accessible.

We'd love to use it with our corporate Github system, which has an API identical to that of public GitHub. In order to use this, we'd need to be able to set the base URL for Github as a configurable parameter from the Jupyter Configuration file.

jaipreet-s commented 5 years ago

Hi @riordan - That would be a great enhancement. I'd be fine adding a extra configuration option in the GitHubConfig which would default to the public GitHub API URL.

PRs welcome :-)

fcollonval commented 3 years ago

Fixes in #16