M Bussonnier

Results 344 issues of M Bussonnier

Hey, reference for later. I do some of what you need [here](https://github.com/carreau/ipython-static-profiles). Will develop later. Keep this as a reminder.

- [x] Merge #308 - [x] Rebase after #308 has been merged - [ ] Evaluate whether the approach in #308 fits directly or needs to be adjusted - [...

enhancement

Now sorry I know this is not a minimal reproducer, but I just want to log this here, and will investigate later: You can see one Failure [here](https://github.com/ipython/ipython/runs/5535131839?check_suite_focus=true) ``` ERROR...

type: regression
topic: config

Opening that mostly for myself to have a look. I think it should be partially possible to autoconvert IPython's magics to xonsh `with!` and vice versa. At least in "simple"...

xontrib
ipython

Hey there ! Looking at macros that seem super cool. One of the first things I tried was to use a macro as a decorator: ``` def foo(a:'ast'): parint(a) @foo!...

macro

@vsydorov commented this on a commit: [see this comment](https://github.com/ipython/ipython/commit/08d54c0e367b535fd88aca5273fd09e5e70d08f8#commitcomment-79881799). I guess we should have a boolean as whether we should cleanup or not.

See following example: ```python In [1]: import os, sys, gc, weakref, numpy as np ; os.getpid() Out[1]: 18719 In [2]: a = np.random.uniform( size=(16384,16384) ) # now use 2G of...

bug
core

See #13501 , #13472, #13491 Since https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1558 this is supported in prompt toolkit, so when possible it would be good to rely on prompt toolkit logic so that when we...

UI

See https://twitter.com/jakevdp/status/1239979963920445441 for background. -- ![hmm](https://user-images.githubusercontent.com/335567/76896327-dd6f0600-684e-11ea-8030-11596cd68a01.gif)

This is a followup from IRC ## Feature Requests It would be nice to have a way to chain data guard. > 1. Why you believe this feature is necessary....

request
accepted