Re: [myhdl-list] Reusability and encapsulation
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-05-06 16:16:06
|
On 5/5/2015 8:31 AM, Juan Pablo Caram wrote: > I think I installed it from the Ubuntu 12.04 repository. Is there a > variable containing the version number or should I look in the code? > Looks like there is: https://github.com/ipython/ipython/issues/3025 In [5]: import IPython print(IPython.__version__) !ipython --version 3.0.0 3.0.0 I am using Chrome. I think, I installed with pip? Regards, Chris |