Jupyter Notebook is a web-based interactive computing platform and open-source application that allows users to create and share documents containing live code, equations, visualizations, and narrative text. It serves as a foundational tool for data science, machine learning, and scientific research by enabling the interleaving of executable code with explanatory text in a single, shareable document.
The application combines a web-based editing interface with computational notebook documents (saved with the .ipynb extension) that record the entire computation process, including inputs, outputs, and rich media like HTML, LaTeX, and images. Notebooks support over 40 programming languages (including Python, R, and Julia) through distinct kernels that execute the code and return results to the browser.
Key features and usage details include:
Installation: It is commonly installed via the Anaconda distribution (which includes Python and data science packages) or directly using the command
pip install notebook.Execution: Users launch the server via the terminal with
jupyter notebook, which opens a browser atlocalhost:8888to manage files and create new notebooks.Structure: Documents consist of cells (Code, Markdown, or Raw) that can be run individually or in sequence, with results displayed inline below the code.
Sharing: Notebooks can be exported to formats like HTML, PDF, and LaTeX, or shared publicly via nbviewer without requiring the recipient to install .
Alternatives: JupyterLab is a newer, more flexible interface under the Project Jupyter umbrella that offers additional features compared to the classic notebook UI.
Factsheet
Can someone explain Jupyter notebook/lab to me?
Why use Jupiter notebook?
Jupyter Notebook? or something else for Python?
Aprende a usar Jupyter Notebooks, 100% en Español
muy bueno porque es cortito y directo. yo no sabia como se usaba pero lo entendí bien. es muy práctico.
solo puedo agregar que la temperatura media de júpiter es de -121 grados celcius y que las armaduras de bronce soportan 150 grados bajo cero, pero si hay temperatura mínima que es -163 grados, hay que usar armadura de plata o mejor una armadura dorada, justo ayer vi la pelea de Kamus contra Hyoga.
More on reddit.comVideos
I keep seeing Jupyter notebooks, I have played around with it a little during some python lessons I was using to learn. What is it best used for and why does it need to be ran from a terminal instead of them making a standalone app like VS Code / Atom etc?
Is it worth running / using it instead of Atom / VSCode or another IDE?