All Projects → jupyter → Nbdime

jupyter / Nbdime

Licence: other
Tools for diffing and merging of Jupyter notebooks.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
Jupyter Notebook
11667 projects
CSS
56736 projects

Projects that are alternatives of or similar to Nbdime

libvcs
⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.
Stars: ✭ 43 (-97.99%)
Mutual labels:  mercurial, vcs, hg
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+18.17%)
Mutual labels:  jupyter-notebook, jupyter, jupyterlab-extension
Jupytext
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
Stars: ✭ 4,969 (+132.74%)
Mutual labels:  jupyter-notebook, jupyterlab-extension, version-control
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-90.63%)
Mutual labels:  jupyter-notebook, jupyter, jupyterlab-extension
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (-62.72%)
Mutual labels:  jupyter-notebook, jupyter, jupyterlab-extension
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-93.21%)
Mutual labels:  jupyter-notebook, jupyter
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (-93.07%)
Mutual labels:  jupyter-notebook, jupyter
Nbviewer
nbconvert as a web service: Render Jupyter Notebooks as static web pages
Stars: ✭ 1,954 (-8.48%)
Mutual labels:  jupyter-notebook, jupyter
Ansible Role Git
Ansible Role - Git
Stars: ✭ 153 (-92.83%)
Mutual labels:  version-control, vcs
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-93.54%)
Mutual labels:  jupyter-notebook, jupyter
Alphalens
Performance analysis of predictive (alpha) stock factors
Stars: ✭ 2,130 (-0.23%)
Mutual labels:  jupyter-notebook, jupyter
Jupyterlab System Monitor
JupyterLab extension to display system metrics
Stars: ✭ 154 (-92.79%)
Mutual labels:  jupyter, jupyterlab-extension
Gator
Conda environment and package management extension from within Jupyter
Stars: ✭ 143 (-93.3%)
Mutual labels:  jupyter-notebook, jupyterlab-extension
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (-93.44%)
Mutual labels:  jupyter-notebook, jupyter
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+9.46%)
Mutual labels:  jupyter-notebook, jupyter
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (-12.51%)
Mutual labels:  jupyter-notebook, jupyter
Ipynb Quicklook
A Quick Look generator for Jupyter/IPython notebooks without further dependencies
Stars: ✭ 152 (-92.88%)
Mutual labels:  jupyter-notebook, jupyter
Ipystata
Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
Stars: ✭ 154 (-92.79%)
Mutual labels:  jupyter-notebook, jupyter
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (-92.83%)
Mutual labels:  jupyter-notebook, jupyter
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-92.55%)
Mutual labels:  jupyter-notebook, jupyter

Installation | Documentation | Contributing | Development Install | Testing | License | Getting help

nbdime Jupyter Notebook Diff and Merge tools

Build Status codecov.io Documentation Status Google Group

nbdime provides tools for diffing and merging of Jupyter Notebooks.

  • nbdiff compare notebooks in a terminal-friendly way
  • nbmerge three-way merge of notebooks with automatic conflict resolution
  • nbdiff-web shows you a rich rendered diff of notebooks
  • nbmerge-web gives you a web-based three-way merge tool for notebooks
  • nbshow present a single notebook in a terminal-friendly way

Diffing notebooks in the terminal:

terminal-diff

Merging notebooks in a browser:

web-merge

Installation

Install nbdime with pip:

pip install nbdime

See the installation docs for more installation details and development installation instructions.

Documentation

See the latest documentation at https://nbdime.readthedocs.io.

See also description and discussion in the Jupyter Enhancement Proposal.

Contributing

If you would like to contribute to the project, please read our contributor documentation and the CONTRIBUTING.md.

Development Install

To install a development version of nbdime, you will need npm installed and available on your PATH while installing.

For a development install, enter on the command line:

pip install -e git+https://github.com/jupyter/nbdime#egg=nbdime

See installation documentation for additional detail, particularly related to performing a dev install for working on the browser script code.

Testing

Install the test requirements:

pip install nbdime[test]

To run Python tests locally, enter on the command line: pytest

To run Javascript tests locally, enter: npm test

Install the codecov browser extension to view test coverage in the source browser on github.

See testing documentation for additional detail.

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

All code is licensed under the terms of the revised BSD license.

Getting help

We encourage you to ask questions on the mailing list.

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].