ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://jupyter.org/ |
| Last Crawled | 2026-04-12 00:36:49 (13 hours ago) |
| First Indexed | 2015-04-23 03:56:35 (10 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Project Jupyter | Home |
| Meta Description | The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media. |
| Meta Canonical | null |
| Boilerpipe Text | JupyterLab: A Next-Generation Notebook Interface
JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design invites extensions to expand and enrich functionality.
Jupyter Notebook: The Classic Notebook Interface
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.
Language of choice
Jupyter supports over 40 programming languages, including Python, R, Julia, and Scala.
Interactive output
Your code can produce rich, interactive output: 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, and TensorFlow.
A multi-user version of the notebook designed for companies, classrooms and research labs
Pluggable authentication
Manage users and authentication with PAM, OAuth or integrate with your own directory service system.
Centralized deployment
Deploy the Jupyter Notebook to thousands of users in your organization on centralized infrastructure on- or off-site.
Container friendly
Use Docker and Kubernetes to scale your deployment, isolate user processes, and simplify software installation.
Code meets data
Deploy the Notebook next to your data to provide unified software management and data access within your organization.
Voilà helps communicate insights by transforming notebooks into secure, stand-alone web applications that you can customize and share.
Open Standards for Interactive Computing
Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.
Notebook Document Format
Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output.
Interactive Computing Protocol
The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets.
The Kernel
Kernels are processes that run interactive code in a particular programming language and return output to the user. Kernels also respond to tab completion and introspection requests. |
| Markdown | [](https://jupyter.org/)
Toggle navigation
- [Try](https://jupyter.org/try)
- [Install](https://jupyter.org/install)
- [Community](https://jupyter.org/community)
- [Documentation](https://docs.jupyter.org/)
- [News](https://blog.jupyter.org/)
- [Social](https://jupyter.org/social)
- [Governance](https://jupyter.org/governance/)
- [Security](https://jupyter.org/security)
- [About](https://jupyter.org/about)





Free software, open standards, and web services for interactive computing across all programming languages

## JupyterLab: A Next-Generation Notebook Interface
JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design invites extensions to expand and enrich functionality.
[Try it in your browser](https://jupyter.org/try) [Install JupyterLab](https://jupyter.org/install)

## Jupyter Notebook: The Classic Notebook Interface
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.
[Try it in your browser](https://jupyter.org/try) [Install the Notebook](https://jupyter.org/install)

### Language of choice
Jupyter supports over 40 programming languages, including Python, R, Julia, and Scala.

### Share notebooks
Notebooks can be shared with others using email, Dropbox, GitHub and the [Jupyter Notebook Viewer](https://nbviewer.jupyter.org/).

### Interactive output
Your code can produce rich, interactive output: 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, and TensorFlow.

A multi-user version of the notebook designed for companies, classrooms and research labs

### Pluggable authentication
Manage users and authentication with PAM, OAuth or integrate with your own directory service system.

### Centralized deployment
Deploy the Jupyter Notebook to thousands of users in your organization on centralized infrastructure on- or off-site.

### Container friendly
Use Docker and Kubernetes to scale your deployment, isolate user processes, and simplify software installation.

### Code meets data
Deploy the Notebook next to your data to provide unified software management and data access within your organization.
[Learn more about JupyterHub](https://jupyter.org/hub)

## Voilà: Share your results
Voilà helps communicate insights by transforming notebooks into secure, stand-alone web applications that you can customize and share.
[Try it in your browser](https://jupyter.org/try) [Install Voilà](https://jupyter.org/install)
### Currently in use at
- [](https://www.anaconda.com/)
- [](https://ayasdi.com/)
- [](https://www.berkeley.edu/)
- [](https://www.bloomberg.com/)
- [](https://www.brynmawr.edu/)
- [](https://www.calpoly.edu/)
- [](https://www.clemson.edu/)
- [](https://cocalc.com/)
- [](http://codeneuro.org/)
- [](https://www.thedataincubator.com/)
- [](https://www.gwu.edu/)
- [](https://www.google.com/)
- [](https://www.ibm.com/)
- [](https://www.janelia.org/)
- [](https://www.latimes.com/)
- [](https://msu.edu/)
- [](https://www.microsoft.com/)
- [](https://www.nasa.gov/)
- [](https://www.netapp.com/)
- [](https://www.linkedin.com/company/nsite-llc/about/)
- [](https://www.nyu.edu/)
- [](https://www.oracle.com/)
- [](https://www.oreilly.com/)
- [](https://quantstack.net/)
- [](https://developer.rackspace.com/)
- [](https://www.sheffield.ac.uk/)
- [](https://software-carpentry.org/)
- [](https://www.soundcloud.com/)
## Open Standards for Interactive Computing
Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.

### Notebook Document Format
Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output.

### Interactive Computing Protocol
The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets.

### The Kernel
Kernels are processes that run interactive code in a particular programming language and return output to the user. Kernels also respond to tab completion and introspection requests.
## Project Jupyter
- [Try](https://jupyter.org/try)
- [Install](https://jupyter.org/install)
- [Community](https://jupyter.org/community)
- [Documentation](https://docs.jupyter.org/)
- [News](https://blog.jupyter.org/)
- [Social](https://jupyter.org/social)
- [Governance](https://jupyter.org/governance/)
- [Security](https://jupyter.org/security)
- [About](https://jupyter.org/about)
## Subprojects
- [Binder](https://jupyter.org/binder)
- [Jupyter Book](https://jupyterbook.org/)
- [JupyterHub](https://jupyter.org/hub)
- [JupyterLab](https://jupyterlab.readthedocs.io/)
- [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/)
- [Voilà](https://voila.readthedocs.io/)
- [Widgets](https://jupyter.org/widgets)
## Follow us
- [GitHub](https://github.com/jupyter/)
- [Mastodon](https://hachyderm.io/@ProjectJupyter)
- [BlueSky](https://bsky.app/profile/jupyter.org)
- [YouTube](https://www.youtube.com/@projectjupyter)
## Legal
- [Privacy](https://jupyter.org/privacy)
## Subscribe for updates, event info, webinars, and the latest community news

The Jupyter® and Jupyter Logo® trademarks are registered with the U.S. Patent & Trademark Office by [LF Charities](https://lf-charities.org/). © 2026 |
| Readable Markdown | 
## JupyterLab: A Next-Generation Notebook Interface
JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design invites extensions to expand and enrich functionality.

## Jupyter Notebook: The Classic Notebook Interface
The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.

### Language of choice
Jupyter supports over 40 programming languages, including Python, R, Julia, and Scala.

### Interactive output
Your code can produce rich, interactive output: 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, and TensorFlow.

A multi-user version of the notebook designed for companies, classrooms and research labs

### Pluggable authentication
Manage users and authentication with PAM, OAuth or integrate with your own directory service system.

### Centralized deployment
Deploy the Jupyter Notebook to thousands of users in your organization on centralized infrastructure on- or off-site.

### Container friendly
Use Docker and Kubernetes to scale your deployment, isolate user processes, and simplify software installation.

### Code meets data
Deploy the Notebook next to your data to provide unified software management and data access within your organization.

Voilà helps communicate insights by transforming notebooks into secure, stand-alone web applications that you can customize and share.
- [](https://www.anaconda.com/)
- [](https://ayasdi.com/)
- [](https://www.berkeley.edu/)
- [](https://www.bloomberg.com/)
- [](https://www.brynmawr.edu/)
- [](https://www.calpoly.edu/)
- [](https://www.clemson.edu/)
- [](https://cocalc.com/)
- [](http://codeneuro.org/)
- [](https://www.thedataincubator.com/)
- [](https://www.gwu.edu/)
- [](https://www.google.com/)
- [](https://www.ibm.com/)
- [](https://www.janelia.org/)
- [](https://www.latimes.com/)
- [](https://msu.edu/)
- [](https://www.microsoft.com/)
- [](https://www.nasa.gov/)
- [](https://www.netapp.com/)
- [](https://www.linkedin.com/company/nsite-llc/about/)
- [](https://www.nyu.edu/)
- [](https://www.oracle.com/)
- [](https://www.oreilly.com/)
- [](https://quantstack.net/)
- [](https://developer.rackspace.com/)
- [](https://www.sheffield.ac.uk/)
- [](https://software-carpentry.org/)
- [](https://www.soundcloud.com/)
## Open Standards for Interactive Computing
Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.

### Notebook Document Format
Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output.

### Interactive Computing Protocol
The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets.

### The Kernel
Kernels are processes that run interactive code in a particular programming language and return output to the user. Kernels also respond to tab completion and introspection requests. |
| Shard | 131 (laksa) |
| Root Hash | 16776786019512009331 |
| Unparsed URL | org,jupyter!/ s443 |