forked from jupyterlab/jupyterlab-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve merge widgets (jupyterlab#1031)
* Improve merge widgets * Fix get base content * Improve style of conflicted files * Improve styles for merge raw file * Pass translator to diff widget * Improve style for notebook merge * Hide drag handles * Clean revert button styles * Move checkboxes in toolbar * Fix collapse unchanged cells in merge view * Fix unit tests * Display unmerged files separately in simple mode * Add test for content base * Less setup info duplication * Update class name * [skip ci] Remove commented line
- Loading branch information
1 parent
b4590f8
commit e670239
Showing
25 changed files
with
552 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[metadata] | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
platforms = Linux, Mac OS X, Windows | ||
classifiers = | ||
Intended Audience :: Developers | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: BSD License | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Framework :: Jupyter | ||
Framework :: Jupyter :: JupyterLab | ||
Framework :: Jupyter :: JupyterLab :: 3 | ||
Framework :: Jupyter :: JupyterLab :: Extensions | ||
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt | ||
|
||
[options] | ||
packages = find: | ||
install_requires = | ||
jupyter_server | ||
nbdime~=3.1 | ||
nbformat | ||
packaging | ||
pexpect | ||
include_package_data = True | ||
zip_safe = False | ||
python_requires = >=3.6,<4 | ||
|
||
[options.extras_require] | ||
dev= | ||
black | ||
coverage | ||
jupyter_packaging~=0.7.9 | ||
jupyterlab~=3.0 | ||
pre-commit | ||
pytest | ||
pytest-asyncio | ||
pytest-cov | ||
pytest-tornasync | ||
tests= | ||
%(dev)s | ||
hybridcontents | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.