binder
Here are 381 public repositories matching this topic...
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 12, 2020 - Python
-
Updated
Oct 9, 2020 - HTML
-
Updated
Dec 20, 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
Apr 10, 2019 - JavaScript
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Dec 22, 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 18, 2020 - Python
-
Updated
Dec 2, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020
It would be great if add_graph_from_json accepted either a dict or a str. If a str it should be interpreted as a path to a json file and the method should do something like:
import json
with open(json_file) as f:
json_file = json.load(f)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