- Saved searches
- Use saved searches to filter your results more quickly
- License
- AnandKatariya/Kali-Linux-Jupyter-Notebook-Installation
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- jupyter-notebook on Kali Linux
- 2. Uninstall / Remove jupyter-notebook package
- 3. Details of jupyter-notebook package
- 4. References on Kali Linux
- 5. The same packages on other Linux Distributions
- How to Install Jupyter Notebook on Kali GNU/Linux
- How To Install jupyter-notebook on Kali Linux
- What is jupyter-notebook
- Install jupyter-notebook Using apt-get
- Install jupyter-notebook Using apt
- Install jupyter-notebook Using aptitude
- How To Uninstall jupyter-notebook on Kali Linux
- Uninstall jupyter-notebook And Its Dependencies
- Remove jupyter-notebook Configurations and Data
- Remove jupyter-notebook configuration, data, and all of its dependencies
- Dependencies
- References
- Summary
- How to Install Jupyter Notebook on Kali GNU/Linux 2019
- Kali Linux 2019 Jupyter Notebook Installation Guide
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience, you can now also experience this in Kali Linux.
License
AnandKatariya/Kali-Linux-Jupyter-Notebook-Installation
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Welcome to repositories of How to install Jupyter Notebook
The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations.
Step 1: Install pip with below command
Step 2: Install Jupyter Notebook with this command
sudo apt-get install jupyter-notebook
👤 Anand Katariya
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Stay tuned for more updates
About
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience, you can now also experience this in Kali Linux.
jupyter-notebook on Kali Linux
Please follow the guidelines below to install jupyter-notebook package:
2. Uninstall / Remove jupyter-notebook package
This guide covers the steps necessary to uninstall jupyter-notebook package:
3. Details of jupyter-notebook package
Package: jupyter-notebook
Version: 6.4.8-2
Installed-Size: 78
Maintainer: Debian Python Team
Architecture: all
Depends: init-system-helpers (>= 1.52), python3:any, python3-notebook (= 6.4.8-2), jupyter-core
Size: 38388
SHA256: 2ad13ded7dc22bae7ad55e1e69bd4ae9d1c96f55f36689f6f4b55fef5213ca08
SHA1: 9bcb0c103a28e5060700457622885e5093255489
MD5sum: 7af430714974179b7394b66f9c1abd56
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: a1f300590a1412cd831ab1ad0a2faf40
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.8-2_all.deb
4. References on Kali Linux
5. The same packages on other Linux Distributions
jupyter-notebook (5.2.2-1ubuntu0.1) Ubuntu 18.04 LTS (Bionic Beaver)
jupyter-notebook (6.2.0-1) Ubuntu 21.04 (Hirsute Hippo)
jupyter-notebook (6.0.3-2) Ubuntu 20.10 (Groovy Gorilla)
jupyter-notebook (6.2.0-1) Ubuntu 21.10 (Impish Indri)
jupyter-notebook (5.7.8-bp153.2.52) openSUSE Leap
jupyter-notebook (6.4.6-1.1) openSuSE Tumbleweed
jupyter-notebook (6.4.8-1ubuntu0.1) Ubuntu 22.04 LTS (Jammy Jellyfish)
jupyter-notebook (5.7.8-1) Debian 10 (Buster)
How to Install Jupyter Notebook on Kali GNU/Linux
You are Welcome! The Tutorial shows you Step-by-Step How to Install Jupyter Notebook and IPython Shell in Kali GNU/Linux.
So Jupyter Notebook for Kali is an Open-Source Web Application that allows you to Create and Share Documents that contain Live Code, Equations, Visualizations and Narrative Text.
Moreover, Jupyter Notebook Uses include: Data Cleaning and Transformation, Numerical Simulation, Statistical Modeling, Data Visualization, Machine Learning, and much more.
And a “Notebook” is a kind of Document that contain both Code and Rich Text Elements, such as Figures, Links, Equations,…
Finally, this guide includes instructions on How to Getting-Started with Jupyter Notebook on Kali Linux Linux.
The Main Jupyter Notebook Features are:
- Language of Choice: 40 programming language including Python, R, Julia and Scala.
- Share Notebooks: by eMail, DropBox, GitHub and Jupyter Notebook Viewer.
- Interactive Output: like HTML, Images, Videos, LaTeX, and Custom MIME types.
- Big Data Integration: Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow.
How To Install jupyter-notebook on Kali Linux
In this tutorial we learn how to install jupyter-notebook on Kali Linux.
What is jupyter-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”.
There are three methods to install jupyter-notebook on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install jupyter-notebook Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install jupyter-notebook using apt-get by running the following command:
Install jupyter-notebook Using apt
Update apt database with apt using the following command.
After updating apt database, We can install jupyter-notebook using apt by running the following command:
Install jupyter-notebook Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install jupyter-notebook using aptitude by running the following command:
How To Uninstall jupyter-notebook on Kali Linux
To uninstall only the jupyter-notebook package we can use the following command:
Uninstall jupyter-notebook And Its Dependencies
To uninstall jupyter-notebook and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove jupyter-notebook Configurations and Data
To remove jupyter-notebook configuration and data from Kali Linux we can use the following command:
Remove jupyter-notebook configuration, data, and all of its dependencies
We can use the following command to remove jupyter-notebook configurations, data and all of its dependencies, we can use the following command:
Dependencies
References
Summary
In this tutorial we learn how to install jupyter-notebook package on Kali Linux using different package management tools: apt , apt-get and aptitude .
How to Install Jupyter Notebook on Kali GNU/Linux 2019
Kali Linux 2019 Jupyter Notebook Installation Guide
You are Welcome! The Tutorial shows you Step-by-Step How to Install Jupyter Notebook and IPython Shell in Kali 2019 GNU/Linux.
So Jupyter Notebook for Kali 2019 is an Open-Source Web Application that allows you to Create and Share Documents that contain Live Code, Equations, Visualizations and Narrative Text.
Moreover, Jupyter Notebook Uses include: Data Cleaning and Transformation, Numerical Simulation, Statistical Modeling, Data Visualization, Machine Learning, and much more.
And a “Notebook” is a kind of Document that contain both Code and Rich Text Elements, such as Figures, Links, Equations,…
Finally, this guide includes instructions on How to Getting-Started with Jupyter Notebook on Kali Linux Linux.
The Main Jupyter Notebook Features are:
- Language of Choice: 40 programming language including Python, R, Julia and Scala.
- Share Notebooks: by eMail, DropBox, GitHub and Jupyter Notebook Viewer.
- Interactive Output: like HTML, Images, Videos, LaTeX, and Custom MIME types.
- Big Data Integration: Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow.