jupyterlab-datalogs
JupyterLab extension for DataLogs.
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 (14.7%) to scientific vocabulary
Keywords
Repository
JupyterLab extension for DataLogs.
Basic Info
- Host: GitHub
- Owner: PainterQubits
- License: bsd-3-clause
- Language: TypeScript
- Default Branch: main
- Homepage: https://pypi.org/project/jupyterlab-datalogs
- Size: 800 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
- Releases: 8
Topics
Metadata Files
README.md
JupyterLab DataLogs
JupyterLab extension for DataLogs.
Installation
Install the latest version of JupyterLab DataLogs using pip:
pip install -U jupyterlab-datalogs
This extension should run alongside
JupyterLab
version 4 (included with the jupyterlab extra). There are also a set of packages
required for analysis using DataLogs notebooks (included with the analysis extra), and
a set of recommended JupyterLab plugins (included with the plugins extra).
To automatically install with all of these extras, use the all extra:
pip install -U "jupyterlab-datalogs[all]"
While the Real-Time Collaboration extension is included in the plugins extra for
JupyterLab Open Warning to
work, 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:
Then, run
bash
hatch run ci:jlpm
to install Node.js dependencies, and
bash
hatch run dev
to build the extension and start up a JupyterLab server. The first time you do this, also go to the Extension Manager tab in JupyterLab (the puzzle piece icon on the left) to enable 3rd party extensions. Now the extension should be activated. When the source code changes, it should automatically rebuild, 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 for Python version 3.8 or higher, this can be done by activating developer mode.Alternatively, you can run
hatch run buildto rebuild and reinstall the extension each time the source code changes, andhatch run jupyter labto start a new JupyterLab server.
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 DataLogs"
version: 0.6.0
date-released: 2024-08-29
url: "https://github.com/PainterQubits/jupyterlab-datalogs"
GitHub Events
Total
- Delete event: 1
- Issue comment event: 1
- Pull request event: 3
- Create event: 1
Last Year
- Delete event: 1
- Issue comment event: 1
- Pull request event: 3
- Create event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 6
- Total pull requests: 107
- Average time to close issues: 30 days
- Average time to close pull requests: 15 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 1.02
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 104
Past Year
- Issues: 0
- Pull requests: 29
- Average time to close issues: N/A
- Average time to close pull requests: 30 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.03
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 29
Top Authors
Issue Authors
- alexhad6 (5)
Pull Request Authors
- dependabot[bot] (55)
- alexhad6 (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 16 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: jupyterlab-datalogs
JupyterLab extension for DataLogs.
- Homepage: https://github.com/PainterQubits/jupyterlab-datalogs
- Documentation: https://jupyterlab-datalogs.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.6.0
published almost 2 years ago