M Bussonnier

Results 538 comments of M Bussonnier

``` Reference-style links use a second set of square brackets, inside which you place a label of your choosing to identify the link: This is [an example][id] reference-style link. You...

If I may, it would be I guess much easier for maintaining themes to use something like [that](https://github.com/ipython/ipython/pull/7008) that recompile IPython css using different set of variables. (+ custom CSS)....

The themes color are from [codemirror directly](https://github.com/codemirror/CodeMirror/tree/master/theme), and we generate the rest of the css using less. I'm not even sure the codemirror themes are bundled in the minified css...

Ok, sorry for the short description in this issue durring the hangout. What I referenced are short extension that I use from time to time, not all of them are...

> Oh wow, another splendid idea! But I agree with your notes regarding options, config file first, and the AST check challenge. Thanks ! > Also, I'm not sure if...

Hey sorry, the last few days have been a bit crazy, I'll be happy to join, I'm on US Pacific time, so that's usually 4pm-1am(day+1) UTC when I'm awake, I...

I'll try to stop by, last few weeks have been quite busy with my number of unread emails and PR and hacktoberfest oneliner to be quite high.

> What do you mean by that, generating Python extension modules from Hermetic code, or supporting some standard kind of C extension modules, that can be used from Hermetic? I...

Adding on top of that : Python 3.6 has no `CALL_FUNCTION_VAR` anymore.

I don't get particular insight about how a fully asynchronous kernel would work. My work in IPython is mainly to start exploring this. There are (IMHO) a lot of other...