jupyterlab-open-warning
JupyterLab extension to display a warning dialog when opening a file that another user has open.
Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization painterqubits has institutional domain (copilot.caltech.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords
Repository
JupyterLab extension to display a warning dialog when opening a file that another user has open.
Basic Info
- Host: GitHub
- Owner: PainterQubits
- License: bsd-3-clause
- Language: TypeScript
- Default Branch: main
- Homepage: https://pypi.org/project/jupyterlab-open-warning
- Size: 469 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
- Releases: 3
Topics
Metadata Files
README.md
JupyterLab Open Warning
JupyterLab extension to display a warning dialog when opening a file that another user has open.
Installation
Install the latest version of JupyterLab Open Warning using pip:
pip install -U jupyterlab-open-warning
This extension should run alongside JupyterLab version 4 and the JupyterLab Real-Time Collaboration extension.
To automatically install along with Real-Time Collaboration, use the rtc extra:
pip install -U "jupyterlab-open-warning[rtc]"
While the Real-Time Collaboration extension is required in order to display open warning dialogs, the collaboration functionality can be disabled by running JupyterLab with the following option:
jupyter lab --YDocExtension.disable_rtc True
Development
To develop, the following dependencies must be installed:
To build the extension and start up a JupyterLab server for development, run:
bash
hatch run dev
When the source code changes, the extension should be automatically rebuilt, and the updated extension will be used when the page is reloaded.
[!NOTE]
On Windows, symbolic links must be activated forhatch run devto work. On Windows 10 or above, this can be done by activating developer mode.Alternatively, you can run
bash hatch run clean hatch env remove default hatch run jupyter labto completely reinstall the extension and start JupyterLab each time the source code changes.
Owner
- Name: PainterQubits
- Login: PainterQubits
- Kind: organization
- Location: California Institute of Technology, Pasadena, CA USA
- Website: http://copilot.caltech.edu
- Repositories: 9
- Profile: https://github.com/PainterQubits
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hadley"
given-names: "Alex"
title: "JupyterLab Open Warning"
version: 0.2.0
date-released: 2024-08-29
url: "https://github.com/PainterQubits/jupyterlab-open-warning"
GitHub Events
Total
- Delete event: 1
- Issue comment event: 1
- Pull request event: 4
- Create event: 3
Last Year
- Delete event: 1
- Issue comment event: 1
- Pull request event: 4
- Create event: 3
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 14 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: jupyterlab-open-warning
JupyterLab extension to display a warning dialog when opening a file that another user has open.
- Homepage: https://github.com/PainterQubits/jupyterlab-open-warning
- Documentation: https://jupyterlab-open-warning.readthedocs.io/
- License: BSD 3-Clause License Copyright (c) 2023–2024, California Institute of Technology Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
Latest release: 0.2.0
published over 1 year ago