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

ipython

Here are 323 public repositories matching this topic...

Carreau
Carreau commented Aug 27, 2020

There are many places where we could make use of Pathlib.

Look for any places that uses with open(...) and ask yourself:

  • is the argument a string ?
  • would it make sens to make it a Path(),
  • how far upstream in the code can I make it a Path.

Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.

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 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.