binder
Here are 382 public repositories matching this topic...
-
Updated
Nov 18, 2020 - Python
-
Updated
Nov 30, 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
Nov 8, 2019 - Jupyter Notebook
-
Updated
Aug 10, 2018 - Java
-
Updated
Oct 18, 2019 - Jupyter Notebook
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Dec 3, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - Shell
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Sep 2, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2020 - Python
-
Updated
Dec 2, 2020 - Jupyter Notebook
-
Updated
Nov 30, 2020
Ian and I are always saying "Oh, it'd be great to have this example in our docs!" but because we can't always add them immediately we don't and we end up losing them. This issue is an effort to document these little good snippets that we wish we had to someday actually add them to our docs.
Please feel free to drop yours in the comments :)
Just add a sentence (or more) explaining what the exam
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