Jonathan-David Schröder

Results 188 comments of Jonathan-David Schröder
trafficstars

Matplotlib support is now there with multiple images working: ![image](https://user-images.githubusercontent.com/1265346/94060990-116e4980-fde5-11ea-98ac-c01bf0ed036a.png)

- [x] test in python console - [x] test in ipython console - [x] prevent wurlitzer macro non-enabling message on `import gmic` - [x] test in jupyter qtconsole - [x]...

Now works well without any command to write for UNIX users. See https://github.com/myselfhimself/gmic-py/issues/64#issuecomment-699175566

In Google Colab, after the 2.9.1-alpha1 release: ![image](https://user-images.githubusercontent.com/1265346/94479359-f9c40600-01d4-11eb-84a9-f5b0b468e498.png)

In Jupyter Lab online: ![gmic_jupyterlab](https://user-images.githubusercontent.com/1265346/94482723-072fbf00-01da-11eb-90e3-1a03b71d6716.png)

A pure ipython console, in a non-web setup, with DISPLAY environment variable unset, does not need to use wurlitzer to show console output, still there is a warning on G'MIC...

[Wurlitzer's code shows](https://github.com/minrk/wurlitzer/blob/2b923abb2b1156da0c009896ee1f077329ac1d9f/wurlitzer.py#L368) that when IPython has no kernel available, we are in within a terminal Python context, and wurlitzer itself is useless.

Good enough, will not be automatically tested, in order to give more time for other tasks

- [ ] fix non-displaying gmic.run("display",gmic_image_or_gmic_image_list) on Google Colab Related: https://colab.research.google.com/drive/1GNaAql2ZMwJ-8TL54jnpgnoHciCuIqtW?usp=sharing

Sticking to Stdc++11 g++ compilation under Linux. Libgmic gmic::run() now has more obvious default parameters possibly inherent to fresher stdc++ support than v11. Anyways sticking to stdc++11 by passing default...