How to Install and Uninstall jupyter-notebook Package on Kali Linux

Last updated: May 10,2024

1. Install "jupyter-notebook" package

Please follow the guidelines below to install jupyter-notebook on Kali Linux

$ sudo apt update $ sudo apt install jupyter-notebook

2. Uninstall "jupyter-notebook" package

This guide covers the steps necessary to uninstall jupyter-notebook on Kali Linux:

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

3. Information about the jupyter-notebook package on Kali Linux

Package: jupyter-notebook
Version: 6.4.12-2.2
Installed-Size: 77
Maintainer: Debian Python Team
Architecture: all
Depends: jupyter-core, python3-notebook (= 6.4.12-2.2), init-system-helpers (>= 1.52), python3:any
Size: 37796
SHA256: dc8046a57d2e5e7874a0a3d380fb390f1dcd1c5e64135c09dfccae51ae53fa5f
SHA1: ef17c88fa6cc4cfde930f42cfd757112ff0c4ba1
MD5sum: bf2b76f9a0cb2d13f2db42f9eec908bd
Description: Jupyter interactive notebook
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
This package provides the jupyter subcommands "notebook", "nbextension",
"serverextension" and "bundlerextension".
Description-md5:
Homepage: https://github.com/jupyter/notebook
Tag: implemented-in::python, interface::web, role::program,
science::calculation, science::modelling, science::plotting,
science::visualisation, use::analysing, use::calculating, use::editing,
use::viewing, works-with::software:source
Section: science
Priority: optional
Filename: pool/main/j/jupyter-notebook/jupyter-notebook_6.4.12-2.2_all.deb