Python: Difference between revisions

imported>SuperSandro2000
m Use ps: with ps; consistenly
imported>Scott
m gobject-introspection has been renamed
Line 419: Line 419:
Or, if you want to use matplotlib interactively:
Or, if you want to use matplotlib interactively:
<syntaxhighlight lang=shell>
<syntaxhighlight lang=shell>
$ nix-shell -p gobjectIntrospection gtk3 'python36.withPackages(ps : with ps; [ matplotlib pygobject3 ipython ])'
$ nix-shell -p gobject-introspection gtk3 'python36.withPackages(ps : with ps; [ matplotlib pygobject3 ipython ])'
$ ipython
$ ipython
</syntaxhighlight>
</syntaxhighlight>