close
The Wayback Machine - https://web.archive.org/web/20200917140913/https://github.com/topics/jupyterlab-extension
Skip to content
#

jupyterlab-extension

Here are 199 public repositories matching this topic...

perspective
baldassarreFe
baldassarreFe commented Mar 27, 2019

Since PyTorch tensors are very similar to Numpy arrays, is it possible to get the same inspection features for them? Their shape in particular would be great to visualize.

I can work on this if someone can point me in the right direction. I think we just need to add some lines to [inspectorscripts.ts](https://github.com/lckr/jupyterlab-variableInspector/blob/ebad24fad6d421e39674c4fc9fe6b07ae0

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 jupyterlab-extension 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 jupyterlab-extension topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.