ipython
Here are 333 public repositories matching this topic...
Currently, we run our internal_ssl tests by re-running several test modules with ssl_enabled = True. There's a lot of redundant testing going on here, since only a small subset of these tests are covering additional functionality the second time they run.
I see two ways to improve things:
- (probably simplest, easiest to keep good coverage) remove the duplicate
internal_ssl_*test files
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 28, 2020
-
Updated
Nov 28, 2020 - Python
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Nov 16, 2020 - Python
-
Updated
Apr 21, 2018 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Mar 11, 2019 - Python
-
Updated
Nov 4, 2019 - Python
At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.
Sketch for setting chema:
"delay": {
"title": "Hover delay",
"type": ["number", "null"],
"default": 300,
"-
Updated
Nov 18, 2020 - Jupyter Notebook
-
Updated
Sep 13, 2019 - Jupyter Notebook
-
Updated
Nov 26, 2020 - Jupyter Notebook
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Mar 6, 2020 - Python
Improve this page
Add a description, image, and links to the ipython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ipython topic, visit your repo's landing page and select "manage topics."



Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.