The Wayback Machine - https://web.archive.org/web/20201128145941/https://github.com/topics/ipython
Skip to content
#

ipython

Here are 333 public repositories matching this topic...

minrk
minrk commented Nov 17, 2020

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:

  1. (probably simplest, easiest to keep good coverage) remove the duplicate internal_ssl_* test files
jupyterlab-lsp
krassowski
krassowski commented Sep 14, 2020

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,
  "

Improve this page

Add a description, image, and links to the ipython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ipython topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.