Allow repos to specify initial URL
See original GitHub issueRight now a binder instances opens to the classic notebook which has a URL of /tree
. It would be very helpful to allow a repo to specify the initial URL so that, for example, JupyterLab could open up (/lab
). Combined with per repo DOCKERFILE
support this would open the door to host just about anything this way.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:19 (7 by maintainers)
Top Results From Across the Web
About remote repositories - GitHub Docs
Creating remote repositories This associates the name origin with the REMOTE_URL . You can use the command git remote set-url to change a...
Read more >Configure the Repository for URL-Based Patching
You can configure a custom repository URL as the current source of patches for your environment's requirements. By default the current ...
Read more >Repo Command Reference | Android Open Source Project
-u : Specify a URL from which to retrieve a manifest repository. The common manifest is found at https://android.googlesource.com/platform/ ...
Read more >Declaring repositories - Gradle User Manual
Repositories with custom URLs can be specified as Maven or Ivy repositories by calling the corresponding methods available on the RepositoryHandler API. Gradle ......
Read more >Set Git repository settings - Azure Repos | Microsoft Learn
On the Settings tab of the All Repositories page, set Default branch name for new repositories to On, and then enter a default...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have not implemented the ability to open lab with a particular file. Here is the issue though:
https://github.com/jupyterlab/jupyterlab/issues/1075
On Wed, Oct 4, 2017 at 6:59 AM, Min RK notifications@github.com wrote:
– Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub bgranger@calpoly.edu and ellisonbg@gmail.com
Yeah, I think that is a good idea to hide some of these details from the user behind a more intuitive UI
On Wed, Nov 1, 2017 at 1:01 PM, Grant Nestor notifications@github.com wrote:
– Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub bgranger@calpoly.edu and ellisonbg@gmail.com