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

Last updated: September 20,2024

1. Install "ipython3-notebook" package

Please follow the instructions below to install ipython3-notebook on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ipython3-notebook

2. Uninstall "ipython3-notebook" package

This is a short guide on how to uninstall ipython3-notebook on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ipython3-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-notebook-common (= 2.4.1-1), ipython3 (= 2.4.1-1), python3-jinja2, python3-tornado (>= 3.1.0), python3-zmq (>= 2.1.11), python3:any (>= 3.3.2-2~)
Suggests: python3-pygments
Filename: pool/universe/i/ipython/ipython3-notebook_2.4.1-1_all.deb
Size: 48460
MD5sum: b28db54364abd8dd8b42603264ff2a9b
SHA1: 4361f88add719f9d848dedb753b2a7ea60ddd2cc
SHA256: 5d88239ae43966db1638d2bfffe73a1da833903f4ec28b600dff974e065e1bd5
Description-en: interactive Python 3 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 3.
Description-md5: 66a588319e63cb7d2bb877d0ee2150d0
Homepage: http://ipython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu