Skip to content
#

ipython

Here are 346 public repositories matching this topic...

holgersson32644
holgersson32644 commented May 2, 2020

Hi, I stumbled over a bug resp. mistake in your documentation.

Bug description

Your setup documentation contains call of

sudo echo something > file

which is ..well..entirely wrong. sudo echo will write to stdout, then the redirection with ">" will write it with user rights and this will fail as this example wants to add a debian repo to a location where only root can write.

jupyterlab-lsp
krassowski
krassowski commented Jan 24, 2021

Completion item provides detail property which includes language-specific detail information about the completion, e.g. the module from which a function was imported.

  1. It should be displayed by default instead of type text if available (the type is already shown by the icon); We can modify the <li> element with the completion item after its creation, or modify how it is created here:

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