[Live-demo] [OSGeo] #1096: add ipython and ipython-notebook packages to the build

OSGeo trac_osgeo at osgeo.org
Fri Jul 19 17:35:06 PDT 2013


#1096: add ipython and ipython-notebook packages to the build
-------------------------+--------------------------------------------------
 Reporter:  darkblueb    |       Owner:  live-demo@…              
     Type:  enhancement  |      Status:  new                      
 Priority:  normal       |   Milestone:  OSGeoLive7.0             
Component:  LiveDVD      |    Keywords:  ipython                  
-------------------------+--------------------------------------------------

Comment(by darkblueb):

 there is an official backport of ipython from raring - installing it looks
 like this:
 {{{
 user at live-70a401:~$ sudo apt-get install ipython-notebook  -t precise-
 backports
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following extra packages will be installed:
   ipython ipython-notebook-common libjs-mathjax libpgm-5.1-0 libzmq1
 python-decorator python-simplegeneric python-tornado
   python-zmq
 Suggested packages:
   ipython-doc ipython-qtconsole
 Recommended packages:
   python-mysqldb
 The following NEW packages will be installed:
   ipython ipython-notebook ipython-notebook-common libjs-mathjax
 libpgm-5.1-0 libzmq1 python-decorator python-simplegeneric
   python-tornado python-zmq
 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
 Need to get 8,879 kB of archives.
 After this operation, 24.9 MB of additional disk space will be used.
 Do you want to continue [Y/n]?
 Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main python-decorator
 all 3.3.2-1 [21.2 kB]
 Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-backports/universe
 python-simplegeneric all 0.8.1-1~ubuntu12.04.1 [11.8 kB]
 Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-backports/universe
 ipython all 0.13.2-1~ubuntu12.04.1 [664 kB]
 Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/universe libjs-mathjax
 all 1.1-1 [7,071 kB]
 Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-backports/universe
 ipython-notebook-common all 0.13.2-1~ubuntu12.04.1 [360 kB]
 Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe
 python-tornado all 2.1.0-2ubuntu0.1 [229 kB]
 Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/universe libpgm-5.1-0
 i386 5.1.116~dfsg-2 [183 kB]
 Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/universe libzmq1 i386
 2.1.11-1ubuntu1 [107 kB]
 Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-zmq
 i386 2.1.11-1 [206 kB]
 Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-backports/universe
 ipython-notebook all 0.13.2-1~ubuntu12.04.1 [25.4 kB]
 Fetched 8,879 kB in 50s (174 kB/s)
 Selecting previously unselected package python-decorator.
 (Reading database ... 230131 files and directories currently installed.)
 Unpacking python-decorator (from .../python-decorator_3.3.2-1_all.deb) ...
 Selecting previously unselected package python-simplegeneric.
 Unpacking python-simplegeneric (from .../python-
 simplegeneric_0.8.1-1~ubuntu12.04.1_all.deb) ...
 Selecting previously unselected package ipython.
 Unpacking ipython (from .../ipython_0.13.2-1~ubuntu12.04.1_all.deb) ...
 Selecting previously unselected package libjs-mathjax.
 Unpacking libjs-mathjax (from .../libjs-mathjax_1.1-1_all.deb) ...
 Selecting previously unselected package ipython-notebook-common.
 Unpacking ipython-notebook-common (from .../ipython-notebook-
 common_0.13.2-1~ubuntu12.04.1_all.deb) ...
 Selecting previously unselected package python-tornado.
 Unpacking python-tornado (from .../python-
 tornado_2.1.0-2ubuntu0.1_all.deb) ...
 Selecting previously unselected package libpgm-5.1-0.
 Unpacking libpgm-5.1-0 (from .../libpgm-5.1-0_5.1.116~dfsg-2_i386.deb) ...
 Selecting previously unselected package libzmq1.
 Unpacking libzmq1 (from .../libzmq1_2.1.11-1ubuntu1_i386.deb) ...
 Selecting previously unselected package python-zmq.
 Unpacking python-zmq (from .../python-zmq_2.1.11-1_i386.deb) ...
 Selecting previously unselected package ipython-notebook.
 Unpacking ipython-notebook (from .../ipython-
 notebook_0.13.2-1~ubuntu12.04.1_all.deb) ...
 Processing triggers for man-db ...
 Processing triggers for hicolor-icon-theme ...
 Processing triggers for desktop-file-utils ...
 Processing triggers for doc-base ...
 Processing 62 changed doc-base files, 1 added doc-base file...
 Registering documents with scrollkeeper...
 Setting up python-decorator (3.3.2-1) ...
 Setting up python-simplegeneric (0.8.1-1~ubuntu12.04.1) ...
 Setting up ipython (0.13.2-1~ubuntu12.04.1) ...
 Setting up libjs-mathjax (1.1-1) ...
 Setting up ipython-notebook-common (0.13.2-1~ubuntu12.04.1) ...
 Setting up python-tornado (2.1.0-2ubuntu0.1) ...
 Setting up libpgm-5.1-0 (5.1.116~dfsg-2) ...
 Setting up libzmq1 (2.1.11-1ubuntu1) ...
 Setting up python-zmq (2.1.11-1) ...
 Setting up ipython-notebook (0.13.2-1~ubuntu12.04.1) ...
 Processing triggers for libc-bin ...
 ldconfig deferred processing now taking place
 user at live-70a401:~$ ipython
 Python 2.7.3 (default, Apr 10 2013, 05:46:21)
 Type "copyright", "credits" or "license" for more information.

 IPython 0.13.2 -- An enhanced Interactive Python.
 ?         -> Introduction and overview of IPython's features.
 %quickref -> Quick reference.
 help      -> Python's own help system.
 object?   -> Details about 'object', use 'object??' for extra details.

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1096#comment:8>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Live-demo mailing list