`.binder` will be hidden in the notebook UI
See original GitHub issueI just realized that per (https://github.com/jupyter/notebook/issues/2382), if people use a .binder
folder to contain all of their binder build files, then it won’t show up in the jupyter notebooks in Binder. Are we fine with that? I could see it causing some confusion…
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Embed binder-related metadata in notebook?
Url for binder service in which to run the notebooks. binder_repo, Github repository which contains the repo2docker environment configuration.
Read more >MyBinder.Org - Jupyter Notebook interactive function not ...
The published Binder can be found here. Does anyone know why the interactive bit is not showing? Specifically, the sliders. python · jupyter- ......
Read more >Using Jupyter Notebooks and Binder
We are using Binder to launch interactive Jupyter Notebooks. This will allow you to execute R code and use R packages that are...
Read more >Binder Gallery - MyBinder
Gallery of popular binder-ready repositories. ... To GESIS Notebooks Homepage. Toggle navigation ... jupyter-ui-toolkit, jupyterlab-contrib, GitHub, 8.
Read more >Configure the user interface — Binder 0.1b documentation
The /tree/ipynb above is how JupyterLab directs you to a specific file or folder. To learn more about URLs in JupyterLab and Jupyter...
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
https://github.com/jupyter/repo2docker/pull/86 makes it visible
We could have a file called
.binder_dir_name
that sets the directory name… 😃