Sarah Gibson

Results 206 comments of Sarah Gibson

Hey, have you guys looked at binder for hosting notebooks straight from the repo? * https://mybinder.org * https://mybinder.readthedocs.io/en/latest/ * https://github.com/binder-examples/ * https://gitter.im/jupyterhub/binder I think this repo is great btw and...

Thank you @consideRatio, I have some other feedback on steps after this as well. I was going to go page by page to avoid creating one _massive_ issue, if that...

Hi @manics A cloud-neutral intro page sounds like a great idea!

> * If I do need to keep it, where's a "sensible" place for the example use case of an IT team jointly maintaining a JupyterHub/BinderHub? (My Desktop is becoming...

Good question! We could have a fourth option that is a free form box?

I think that's an interesting idea! And I'd like to establish that I don't want to merge anything that _removes_ a functionality the user currently has, e.g. a custom URL...

> One thing the current UI solves is that "URL to open" and "Path to a notebook file" are mutually exclusive options. I don't have a good suggestion on how...

PR open for updating steps 3.4 & 3.5: #804

In the wisdom I have learned since opening this issue (which I believe is my first open contribution!), I would say that to address the first 2 points I raised...

To allow access to only one repo, update the config with the following: ``` config: GitHubRepoProvider: banned_specs: - ^(?!org\/repo).*$ ``` where `org` and `repo` are the ones you want to...