How to Install and Uninstall ipython-notebook Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "ipython-notebook" package

Here is a brief guide to show you how to install ipython-notebook on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ipython-notebook

2. Uninstall "ipython-notebook" package

Here is a brief guide to show you how to uninstall ipython-notebook on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ipython-notebook $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipython-notebook package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ipython-notebook
Priority: optional
Section: universe/python
Installed-Size: 279
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ipython
Version: 2.4.1-1
Depends: ipython (= 2.4.1-1), ipython-notebook-common (= 2.4.1-1), python-jinja2, python-tornado (>= 3.1.0), python-zmq (>= 2.1.11), python (>= 2.7), python (<< 2.8)
Suggests: python-pygments
Filename: pool/universe/i/ipython/ipython-notebook_2.4.1-1_all.deb
Size: 48376
MD5sum: 9a5a24a567053aed698894b35e51947c
SHA1: 2c54c0a51bfac6cdfc8493d1b3222444f9da7280
SHA256: e378e45de1b5651bd519c037879ae96149bdf7a96cda92c8c9d177501a133861
Description-en: interactive Python html notebook
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
computing (like Matlab or Mathematica) when paired with the standard
Python scientific and numerical tools. It supports dynamic object
introspections, numbered input/output prompts, a macro system,
session logging, session restoring, complete system shell access,
verbose and colored traceback reports, auto-parentheses, auto-quoting,
and is embeddable in other Python programs.
.
This package contains the html notebook providing a Mathematica-like
webinterface to Python.
Description-md5: c5800a45a90dccf5a53395dd25deff82
Homepage: http://ipython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu