binder
Here are 370 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 9, 2020 - HTML
-
Updated
Oct 6, 2020 - Jupyter Notebook
In runtime configurations, it would be helpful to import/export runtime configurations.
In addition, importing / exporting a list or selection of configurations would be a nice additional feature
-
Updated
Jan 17, 2019 - Jupyter Notebook
Objective
Python 3.6 and above supports type hints and optional statically typing of Python code. Since its introduction is has seen a lot of adoption in many Python projects in particular in larger code bases. Type hints are completely optional and are stripped by the Python parser before runtime.
I am not the only one @plumerai anymore who li
-
Updated
Aug 17, 2017 - Python
-
Updated
Aug 10, 2018 - Java
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Oct 18, 2019 - Jupyter Notebook
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Nov 13, 2020 - Jupyter Notebook
-
Updated
Nov 8, 2020 - Python
-
Updated
May 7, 2020 - Shell
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Sep 2, 2020 - Jupyter Notebook
-
Updated
Aug 11, 2020 - Jupyter Notebook
-
Updated
Nov 13, 2020
-
Updated
Oct 29, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the binder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binder topic, visit your repo's landing page and select "manage topics."

Following up on jupyterhub/binderhub#1017 (comment). In particular the comment about "reduce duplication".
A possible way to do that which I've seen in other projects is to add an endpoint to the backend from which the UI loads the config. We'd have an endpoint like
binder.example.com/_configwhich returns a JSON which is then used to configure the dropdow