All Projects β†’ jupyter β†’ Notebook

jupyter / Notebook

Licence: other
Jupyter Interactive Notebook

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Less
1899 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Notebook

Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+73.44%)
Mutual labels:  jupyter, notebook, closember
Papermill
πŸ“š Parameterize, execute, and analyze notebooks
Stars: ✭ 4,458 (-48.82%)
Mutual labels:  jupyter, notebook
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-95.19%)
Mutual labels:  jupyter, notebook
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (-93.92%)
Mutual labels:  jupyter, notebook
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+136.88%)
Mutual labels:  jupyter, closember
Hide code
Code, prompt and output hiding for Jupyter/IPython notebooks.
Stars: ✭ 339 (-96.11%)
Mutual labels:  jupyter, notebook
Sklearn Classification
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
Stars: ✭ 518 (-94.05%)
Mutual labels:  jupyter, notebook
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-99.78%)
Mutual labels:  jupyter, notebook
Nteract
πŸ“˜ The interactive computing suite for you! ✨
Stars: ✭ 5,713 (-34.41%)
Mutual labels:  jupyter, notebook
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (-90.86%)
Mutual labels:  jupyter, notebook
Geonotebook
A Jupyter notebook extension for geospatial visualization and analysis
Stars: ✭ 1,007 (-88.44%)
Mutual labels:  jupyter, notebook
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (-65.95%)
Mutual labels:  jupyter, notebook
importnb
notebook files as source
Stars: ✭ 47 (-99.46%)
Mutual labels:  jupyter, notebook
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-95.91%)
Mutual labels:  jupyter, notebook
epic-kitchens-55-starter-kit-action-recognition
🌱 Starter kit for working with the EPIC-KITCHENS-55 dataset for action recognition or anticipation
Stars: ✭ 40 (-99.54%)
Mutual labels:  jupyter, notebook
Jupyter C Kernel
Minimal Jupyter C kernel
Stars: ✭ 463 (-94.68%)
Mutual labels:  jupyter, notebook
Dyalog Jupyter Kernel
A Jupyter kernel for Dyalog APL
Stars: ✭ 26 (-99.7%)
Mutual labels:  jupyter, notebook
sage-binder-env
A SageMath-based computing environment for binder
Stars: ✭ 17 (-99.8%)
Mutual labels:  jupyter, notebook
clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (-99.6%)
Mutual labels:  jupyter, notebook
Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (-93.89%)
Mutual labels:  jupyter, notebook

Jupyter Notebook

Google Group Build Status Documentation Status codecov

The Jupyter notebook is a web-based notebook environment for interactive computing.

Jupyter notebook example

Notice

Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. We encourage users to transition to JupyterLab, where more immediate support can occur. Our approach moving forward will be:

  1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority.
  2. To address JupyterLab feature parity issues. As part of this effort, we are also working on a better notebook-only experience in JupyterLab for users who prefer the UI of the classic Jupyter Notebook.
  3. To be responsive to the hard work of community members who have opened pull requests. We are triaging these PRs. We cannot support or maintain new features at this time, but we welcome security and other sustainability fixes.

If you have an open pull request with a new feature or if you were planning to open one, please consider shipping it as a notebook extension instead.

Alternatives to contributing to notebook

Additionally, please consider whether your contribution would be appropriate for either the underlying server for Jupyter front-ends, jupyter_server or in the JupyterLab front-end.

Jupyter notebook, the language-agnostic evolution of IPython notebook

Jupyter notebook is a language-agnostic HTML notebook application for Project Jupyter. In 2015, Jupyter notebook was released as a part of The Big Splitβ„’ of the IPython codebase. IPython 3 was the last major monolithic release containing both language-agnostic code, such as the IPython notebook, and language specific code, such as the IPython kernel for Python. As computing spans across many languages, Project Jupyter will continue to develop the language-agnostic Jupyter notebook in this repo and with the help of the community develop language specific kernels which are found in their own discrete repos. [The Big Splitβ„’ announcement] [Jupyter Ascending blog post]

Installation

You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.

For a local installation, make sure you have pip installed and run:

$ pip install notebook

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

$ jupyter notebook

Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.

Development Installation

See CONTRIBUTING.rst for how to set up a local development installation.

Contributing

If you are interested in contributing to the project, see CONTRIBUTING.rst.

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].