binder
Here are 466 public repositories matching this topic...
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 7, 2022 - Python
-
Updated
Feb 22, 2021 - HTML
-
Updated
Dec 12, 2021 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.
Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-
-
Updated
Nov 17, 2021 - 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
Jan 17, 2019 - Jupyter Notebook
-
Updated
Sep 1, 2021 - Shell
-
Updated
Jan 5, 2022 - C#
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Aug 17, 2017 - Python
-
Updated
Aug 10, 2018 - Java
-
Updated
Oct 18, 2019 - Jupyter Notebook
-
Updated
Feb 2, 2021 - Python
-
Updated
Jan 9, 2022 - Jupyter Notebook
-
Updated
Aug 23, 2021 - TypeScript
-
Updated
Dec 16, 2021 - Python
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Jan 8, 2022 - Python
Checks should be added to add_edges and add_nodes that the node/edge being added is actually a valid node/edge object and if not we should fail with a clear error message.
Originally posted by @ianhi in cytoscape/ipycytoscape#214 (comment)
cc @sven5s
-
Updated
Jan 8, 2022 - Jupyter Notebook
-
Updated
Dec 27, 2021 - Jupyter Notebook
-
Updated
Jan 6, 2022 - 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