Jupyter
Jupyter Notebook is one of the three main products from the Project Jupyter community. It is a web-based programming environment covering more than 40 programming languages. It uses Notebooks,which are an open JSON-like format able to keep a record of user sessions, which includes the previous output given by the code when last run. It also supports Markdown text, math formulas and plots. Notebooks files usually end in .ipynb.
Jupyter Notebooks complies with many open standards making it easier for developers to build customized applications. The Notebook format itself is one of those standards. Another standard is the Interactive Computing Protocol, allowing communication between Notebooks and Kernels in an open-manner based on JSON data over ZMQ and WebSockets. Kernels can be viewed as small processes running code from the Notebooks in a given language and returning output, and are introspection-friendly.
Project Jupyter develops open-source services for interactive computer science tools. Among those are Jupyter Notebook, JupyterHub and JupyterLab.
Related articles

EclairJS - Putting a Spark in Web Apps
Categories: Data Engineering, Front End | Tags: Spark, JavaScript, Jupyter
Presentation by David Fallside from IBM, images extracted from the presentation. Introduction Web Apps development has moved from Java to NodeJS and Javascript. It provides a simple and richā¦
By David WORMS
Jul 17, 2016

TensorFlow installation on Docker
Categories: Containers Orchestration, Data Science, Learning | Tags: CPU, Linux, AI, Deep Learning, Docker, Jupyter, TensorFlow
TensorFlow is an Open Source software from Google for numerical computation using a graph representation: Vertex (nodes) represent mathematical operations Edges represent N-dimensional data arrayā¦
Aug 5, 2019

Spark on Hadoop integration with Jupyter
Categories: Adaltas Summit 2021, Infrastructure, Tech Radar | Tags: Infrastructure, Spark, YARN, CDP, HDP, Jupyter, Notebook, TDP
For several years, Jupyter notebook has established itself as the notebook solution in the Python universe. Historically, Jupyter is the tool of choice for data scientists who mainly develop in Pythonā¦
Sep 1, 2022