ipython
Here are 346 public repositories matching this topic...
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.
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Jan 28, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 25, 2021
-
Updated
Feb 1, 2021 - Python
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2020 - Python
-
Updated
Apr 21, 2018 - Python
-
Updated
Jan 12, 2021 - Python
Completion item provides detail property which includes language-specific detail information about the completion, e.g. the module from which a function was imported.
- 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:
-
Updated
Mar 11, 2019 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
Nov 18, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2020 - Jupyter Notebook
-
Updated
Jan 25, 2021 - Jupyter Notebook
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Oct 12, 2019 - 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.