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

ipython

Here are 313 public repositories matching this topic...

cxrodgers
cxrodgers commented Jan 30, 2020

Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.

Note 2: I also posted this to stackoverflow but am posting again here since I didn't

mirabilos
mirabilos commented Jun 5, 2019

Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.

Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass

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.

socialcyberdog
socialcyberdog commented Feb 21, 2020

Hydrogen just gives me this error message when trying to run python code:

No kernel for grammar Python found

Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.

To detect your current Python install you will need to run:

python -m pip install ipykernel
pytho
Kaligule
Kaligule commented Nov 14, 2019

It would be cool if we could have some more documentation in the help text.

  • Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
  • Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
rubenvereecken
rubenvereecken commented Aug 19, 2018

I have a simple ipython_config.py for my default ipython environment. It contains:

c = get_config()
c.InteractiveShellApp.exec_lines = [
  "print('Loaded ipython config')"
]

For some reason, the print statement seems to be executed twice. Any reason why this may be the case? Is this intended, and if it is not, is there a way to prevent this? The lines I'd want in there might

AndrewOwenMartin
AndrewOwenMartin commented Apr 26, 2019

The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. That doesn't appear to be accurate documentation as any function, or lambda, I use as a questions "message" gets evaluated as a string in the prompt.

e.g. This question definition;

def my_message(answers):
    return "Hello {x}".format(x=len
rasbt
rasbt commented Aug 28, 2017

Remove the whitespaces in --iversion's output so that it's consistent with other output. E.g.,

%watermark -iv -v -w 
dask        0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

should be

%watermark -iv -v -w 
dask 0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

Alternatively, everything could be aligned, e.g., say version numbers starting in the 20th

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.