binder
Here are 335 public repositories matching this topic...
-
Updated
Jul 7, 2020 - Python
-
Updated
Aug 7, 2020 - Python
-
Updated
May 28, 2020 - HTML
-
Updated
Jul 26, 2020 - Jupyter Notebook
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Aug 17, 2017 - Python
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 10, 2018 - Java
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Oct 18, 2019 - Jupyter Notebook
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Aug 2, 2020 - Python
-
Updated
Aug 11, 2020 - Jupyter Notebook
-
Updated
Aug 6, 2019 - Jupyter Notebook
-
Updated
May 7, 2020 - Shell
I found that:
treebeard.yaml works but treebeard.yml does not, and
enviornment.yml works but environment.yaml does not
On submitting a job where treebeard.yml is used, I get:
Warning: treebeard.yaml file not found! `treebeard setup` fetches an example.
Then if using environment.yaml, it doesn't seem to be detected during the run (https://api.treebeard.io/6d7d4332aa/S
-
Updated
Aug 18, 2020
-
Updated
Apr 1, 2020 - Jupyter Notebook
-
Updated
Jun 5, 2020 - Python
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