jupyterlab

JupyterLab computational environment.

https://github.com/jupyterlab/jupyterlab

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    39 of 702 committers (5.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

jupyter jupyterlab

Keywords from Contributors

closember notebook spec-0 repl ipython alignment flexible qt tk gtk
Last synced: 9 months ago · JSON representation

Repository

JupyterLab computational environment.

Basic Info
Statistics
  • Stars: 14,784
  • Watchers: 301
  • Forks: 3,717
  • Open Issues: 2,603
  • Releases: 0
Topics
jupyter jupyterlab
Created about 10 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License

README.md

Installation | Documentation | Contributing | License | Team | Getting help |

JupyterLab

PyPI version Downloads Build Status Build Status Documentation Status Crowdin OpenSSF Best Practices OpenSSF Scorecard GitHub Discourse Zulip Gitpod

Binder

An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture.

JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface.

JupyterLab can be extended using npm packages that use our public APIs. The prebuilt extensions can be distributed via PyPI, conda, and other package managers. The source extensions can be installed directly from npm (search for jupyterlab-extension) but require an additional build step. You can also find JupyterLab extensions exploring GitHub topic jupyterlab-extension. To learn more about extensions, see the user documentation.

Read the current JupyterLab documentation on ReadTheDocs.

[!IMPORTANT] JupyterLab 3 reached its end of maintenance date on May 15, 2024. Fixes for critical issues will still be backported until December 31, 2024. If you are still running JupyterLab 3, we strongly encourage you to upgrade to JupyterLab 4 as soon as possible. For more information, see JupyterLab 3 end of maintenance on the Jupyter Blog.


Getting started

Installation

If you use conda, mamba, or pip, you can install JupyterLab with one of the following commands.

  • If you use conda: shell conda install -c conda-forge jupyterlab
  • If you use mamba: shell mamba install -c conda-forge jupyterlab
  • If you use pip: shell pip install jupyterlab If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab. If you are using a Unix derivative (e.g., FreeBSD, GNU/Linux, macOS), you can do this by running export PATH="$HOME/.local/bin:$PATH".

For more detailed instructions, consult the installation guide. Project installation instructions from the git sources are available in the contributor documentation.

Installing with Previous Versions of Jupyter Notebook

When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installing JupyterLab to enable the JupyterLab server extension:

bash jupyter serverextension enable --py jupyterlab --sys-prefix

Running

Start up JupyterLab using:

bash jupyter lab

JupyterLab will open automatically in the browser. See the documentation for additional details.

If you encounter an error like "Command 'jupyter' not found", please make sure PATH environment variable is set correctly. Alternatively, you can start up JupyterLab using ~/.local/bin/jupyter lab without changing the PATH environment variable.

Prerequisites and Supported Browsers

The latest versions of the following browsers are currently known to work:

  • Firefox
  • Chrome
  • Safari

See our documentation for additional details.


Getting help

We encourage you to ask questions on the Discourse forum. A question answered there can become a useful resource for others.

Bug report

To report a bug please read the guidelines and then open a Github issue. To keep resolved issues self-contained, the lock bot will lock closed issues as resolved after a period of inactivity. If a related discussion is still needed after an issue is locked, please open a new issue and reference the old issue.

Feature request

We also welcome suggestions for new features as they help make the project more useful for everyone. To request a feature please use the feature request template.


Development

Extending JupyterLab

To start developing an extension for JupyterLab, see the developer documentation and the API docs.

Contributing

To contribute code or documentation to JupyterLab itself, please read the contributor documentation.

JupyterLab follows the Jupyter Community Guides.

License

JupyterLab uses 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.

Team

JupyterLab is part of Project Jupyter and is developed by an open community. The maintenance team is assisted by a much larger group of contributors to JupyterLab and Project Jupyter as a whole.

JupyterLab's current maintainers are listed in alphabetical order, with affiliation, and main areas of contribution:

  • Mehmet Bektas, Netflix (general development, extensions).
  • Alex Bozarth, IBM (general development, extensions).
  • Eric Charles, Datalayer, (general development, extensions).
  • Frédéric Collonval, WebScIT (general development, extensions).
  • Martha Cryan, Mito (general development, extensions).
  • Afshin Darian, QuantStack (co-creator, application/high-level architecture, prolific contributions throughout the code base).
  • Vidar T. Fauske, JPMorgan Chase (general development, extensions).
  • Brian Granger, AWS (co-creator, strategy, vision, management, UI/UX design, architecture).
  • Jason Grout, Databricks (co-creator, vision, general development).
  • Michał Krassowski, Quansight (general development, extensions).
  • Max Klein, JPMorgan Chase (UI Package, build system, general development, extensions).
  • Gonzalo Peña-Castellanos, QuanSight (general development, i18n, extensions).
  • Fernando Perez, UC Berkeley (co-creator, vision).
  • Steven Silvester, MongoDB (co-creator, release management, packaging, prolific contributions throughout the code base).
  • Jeremy Tuloup, QuantStack (general development, extensions).

Maintainer emeritus:

  • Chris Colbert, Project Jupyter (co-creator, application/low-level architecture, technical leadership, vision, PhosphorJS)
  • Jessica Forde, Project Jupyter (demo, documentation)
  • Tim George, Cal Poly (UI/UX design, strategy, management, user needs analysis).
  • Cameron Oelsen, Cal Poly (UI/UX design).
  • Isabela Presedo-Floyd, QuanSight Labs (design/UX).
  • Ian Rose, Quansight/City of LA (general core development, extensions).
  • Andrew Schlaepfer, Bloomberg (general development, extensions).
  • Saul Shanabrook, Quansight (general development, extensions)

This list is provided to give the reader context on who we are and how our team functions. To be listed, please submit a pull request with your information.


Weekly Dev Meeting

We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another.

Anyone is welcome to attend, if they would like to discuss a topic or just listen in.

Notes are archived on GitHub Jupyter Frontends team compass.

Owner

  • Name: JupyterLab
  • Login: jupyterlab
  • Kind: organization
  • Email: project.jupyter@gmail.com

JupyterLab: The Next Generation UI for Project Jupyter

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 21,820
  • Total Committers: 702
  • Avg Commits per committer: 31.083
  • Development Distribution Score (DDS): 0.725
Past Year
  • Commits: 387
  • Committers: 71
  • Avg Commits per committer: 5.451
  • Development Distribution Score (DDS): 0.791
Top Committers
Name Email Commits
Steven Silvester s****r@i****g 5,996
Afshin Darian g****t@d****f 2,765
Jason Grout j****6@b****t 2,128
Jeremy Tuloup j****p@g****m 1,102
Ian Rose i****e@g****m 945
Steven Silvester s****e@a****m 628
Brian E. Granger e****g@g****m 572
telamonian m****n@j****u 482
Saul Shanabrook s****k@g****m 463
Michał Krassowski 5****i@u****m 376
Frédéric Collonval f****l@u****m 350
Eric Charles e****c@d****o 327
dependabot[bot] 4****]@u****m 238
Vidar Tonaas Fauske v****f@g****m 234
cameronoelsen c****n@g****m 175
Borys Palka b****a@c****m 173
Grant Nestor g****r@g****m 163
Frédéric Collonval f****l@g****m 163
Jason Grout j****t@u****m 147
kgryte k****e@g****m 130
Zuoyuan Huang d****7@g****m 110
GitHub Action 4****]@u****m 105
Martha Cryan m****n@i****m 95
Nicholas Bollweg n****g@g****m 93
Mehmet Bektas m****s@b****t 83
Steven Silvester s****r@a****m 71
telamonian t****n@u****m 70
charnpreetsingh185 c****2@c****u 69
Andrew Schlaepfer a****1@b****t 67
Carol Willing c****e@w****m 65
and 672 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2,420
  • Total pull requests: 3,772
  • Average time to close issues: 10 months
  • Average time to close pull requests: 27 days
  • Total issue authors: 1,018
  • Total pull request authors: 290
  • Average comments per issue: 4.1
  • Average comments per pull request: 3.66
  • Merged pull requests: 2,964
  • Bot issues: 1
  • Bot pull requests: 366
Past Year
  • Issues: 435
  • Pull requests: 1,048
  • Average time to close issues: 11 days
  • Average time to close pull requests: 6 days
  • Issue authors: 216
  • Pull request authors: 95
  • Average comments per issue: 1.56
  • Average comments per pull request: 2.82
  • Merged pull requests: 765
  • Bot issues: 1
  • Bot pull requests: 102
Top Authors
Issue Authors
  • krassowski (370)
  • jtpio (150)
  • JasonWeill (94)
  • fcollonval (87)
  • davidbrochart (36)
  • divyansshhh (30)
  • jasongrout (26)
  • joaopalmeiro (25)
  • mlucool (24)
  • andrii-i (24)
  • brichet (18)
  • sorenwacker (15)
  • stefansimik (15)
  • afshin (14)
  • bollwyvl (14)
Pull Request Authors
  • meeseeksmachine (668)
  • krassowski (541)
  • fcollonval (469)
  • jtpio (333)
  • dependabot[bot] (308)
  • JasonWeill (100)
  • brichet (76)
  • davidbrochart (61)
  • Darshan808 (60)
  • pre-commit-ci[bot] (58)
  • afshin (42)
  • hbcarlos (42)
  • joaopalmeiro (40)
  • bollwyvl (40)
  • itsmevichu (35)
Top Labels
Issue Labels
bug (1,413) status:Needs Triage (670) enhancement (660) status:Needs Info (136) maintenance (107) tag:Regression (107) tag:Design and UX (91) documentation (89) good first issue (83) status:Duplicate (65) pkg:notebook (65) status:Needs Discussion (64) pkg:completer (62) tag:Accessibility (62) tag:Real Time Collaboration (58) help wanted (56) tag:Performance (50) pkg:filebrowser (49) tag:Search and Replace (47) tag:CSS (40) tag:Testing (37) pkg:codemirror (36) tag:Build System (34) status:Answered (34) tag:Release Blocker (33) pkg:settingeditor (31) pkg:documentsearch (28) pkg:debugger (28) pkg:toc (26) tag:Extensions (26)
Pull Request Labels
bug (1,335) maintenance (1,160) tag:Testing (720) documentation (676) enhancement (540) pkg:notebook (510) tag:CSS (494) Design System CSS (492) pkg:ui-components (391) dependencies (349) pkg:apputils (308) pkg:codemirror (273) pkg:filebrowser (254) pkg:services (252) pkg:completer (244) pkg:cells (242) pkg:application (226) tag:Examples (223) pkg:docregistry (219) pkg:debugger (206) pkg:fileeditor (184) pkg:console (181) pkg:docmanager (164) pkg:outputarea (162) pkg:codeeditor (155) pkg:rendermime (152) pkg:extensionmanager (142) javascript (140) pkg:documentsearch (138) pkg:settingeditor (130)

Packages

  • Total packages: 100
  • Total downloads:
    • npm 2,995,101 last-month
    • pypi 42,363,569 last-month
  • Total docker downloads: 14,721,237,732
  • Total dependent packages: 2,647
    (may contain duplicates)
  • Total dependent repositories: 43,121
    (may contain duplicates)
  • Total versions: 9,705
  • Total maintainers: 29
  • Total advisories: 4
pypi.org: jupyterlab

JupyterLab computational environment

  • Homepage: https://jupyter.org
  • Documentation: https://jupyterlab.readthedocs.io
  • License: Copyright (c) 2015-2025 Project Jupyter Contributors All rights reserved. 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. Semver File License =================== The semver.py file is from https://github.com/podhmo/python-semver which is licensed under the "MIT" license. See the semver.py file for details.
  • Latest release: 4.4.7
    published 10 months ago
  • Versions: 570
  • Dependent Packages: 970
  • Dependent Repositories: 24,518
  • Downloads: 42,363,569 Last month
  • Docker Downloads: 584,120,000
Rankings
Dependent packages count: 0.0%
Dependent repos count: 0.0%
Downloads: 0.1%
Average: 0.2%
Docker downloads count: 0.3%
Stargazers count: 0.3%
Forks count: 0.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @jupyterlab/services

Client APIs for the Jupyter services REST APIs

  • Versions: 423
  • Dependent Packages: 463
  • Dependent Repositories: 2,568
  • Downloads: 341,959 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.1%
Dependent repos count: 0.4%
Average: 0.4%
Downloads: 0.5%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/docregistry

JupyterLab - Document Registry

  • Versions: 407
  • Dependent Packages: 305
  • Dependent Repositories: 1,804
  • Downloads: 221,823 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.2%
Average: 0.5%
Dependent repos count: 0.5%
Downloads: 0.6%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/nbformat

Notebook format interfaces

  • Versions: 306
  • Dependent Packages: 81
  • Dependent Repositories: 1,884
  • Downloads: 431,632 Last month
  • Docker Downloads: 584,049,223
Rankings
Docker downloads count: 0.1%
Downloads: 0.4%
Dependent packages count: 0.4%
Dependent repos count: 0.5%
Average: 0.5%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 9 months ago
npmjs.org: @jupyterlab/codemirror

JupyterLab - CodeMirror Editor Provider

  • Versions: 403
  • Dependent Packages: 129
  • Dependent Repositories: 1,603
  • Downloads: 254,312 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.3%
Average: 0.5%
Dependent repos count: 0.5%
Downloads: 0.6%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/cells

JupyterLab - Notebook Cells

  • Versions: 413
  • Dependent Packages: 138
  • Dependent Repositories: 1,175
  • Downloads: 176,521 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.3%
Average: 0.5%
Dependent repos count: 0.6%
Downloads: 0.6%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 9 months ago
npmjs.org: @jupyterlab/statusbar

JupyterLab statusbar package.

  • Versions: 372
  • Dependent Packages: 60
  • Dependent Repositories: 1,281
  • Downloads: 243,194 Last month
  • Docker Downloads: 584,150,881
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.5%
Average: 0.5%
Dependent repos count: 0.5%
Downloads: 0.6%
Forks count: 0.7%
Stargazers count: 0.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/console

JupyterLab - Code Console

  • Versions: 409
  • Dependent Packages: 64
  • Dependent Repositories: 314
  • Downloads: 158,999 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Dependent packages count: 0.5%
Average: 0.6%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 0.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/docprovider

JupyterLab - Document Provider

  • Versions: 126
  • Dependent Packages: 14
  • Dependent Repositories: 685
  • Downloads: 28,343 Last month
  • Docker Downloads: 486,403,312
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Dependent repos count: 0.7%
Downloads: 0.7%
Average: 0.8%
Stargazers count: 0.9%
Dependent packages count: 1.6%
Last synced: over 1 year ago
npmjs.org: @jupyterlab/csvviewer

JupyterLab - CSV Widget

  • Versions: 399
  • Dependent Packages: 12
  • Dependent Repositories: 222
  • Downloads: 101,453 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Average: 0.9%
Dependent repos count: 1.0%
Dependent packages count: 1.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/filebrowser-extension

JupyterLab - Filebrowser Widget Extension

  • Versions: 418
  • Dependent Packages: 9
  • Dependent Repositories: 297
  • Downloads: 78,855 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 0.9%
Average: 0.9%
Dependent packages count: 2.3%
Last synced: 10 months ago
npmjs.org: @jupyterlab/extensionmanager

JupyterLab - Extension Manager

  • Versions: 381
  • Dependent Packages: 5
  • Dependent Repositories: 204
  • Downloads: 53,361 Last month
  • Docker Downloads: 587,728,097
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.1%
Average: 1.2%
Dependent packages count: 3.7%
Last synced: 10 months ago
npmjs.org: @jupyterlab/mathjax2-extension

A JupyterLab extension providing MathJax 2 Typesetting

  • Versions: 297
  • Dependent Packages: 5
  • Dependent Repositories: 287
  • Downloads: 17,457 Last month
  • Docker Downloads: 491,457,124
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 0.9%
Downloads: 1.0%
Average: 1.2%
Dependent packages count: 3.7%
Last synced: 10 months ago
npmjs.org: @jupyterlab/application-extension

JupyterLab - Application Extension

  • Versions: 412
  • Dependent Packages: 4
  • Dependent Repositories: 281
  • Downloads: 103,947 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 1.3%
Dependent packages count: 4.5%
Last synced: 10 months ago
npmjs.org: @jupyterlab/console-extension

JupyterLab - Code Console Extension

  • Versions: 413
  • Dependent Packages: 3
  • Dependent Repositories: 280
  • Downloads: 104,692 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 1.6%
Dependent packages count: 5.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/htmlviewer

A viewer for HTML documents.

  • Versions: 371
  • Dependent Packages: 3
  • Dependent Repositories: 190
  • Downloads: 56,594 Last month
  • Docker Downloads: 584,150,881
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.1%
Average: 1.6%
Dependent packages count: 5.9%
Last synced: 10 months ago
spack.io: py-jupyterlab

JupyterLab is the next-generation web-based user interface for Project Jupyter.

  • Versions: 13
  • Dependent Packages: 13
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.6%
Stargazers count: 0.7%
Average: 1.9%
Dependent packages count: 6.2%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: @jupyterlab/mathjax-extension

A JupyterLab extension providing MathJax Typesetting

  • Versions: 94
  • Dependent Packages: 4
  • Dependent Repositories: 10
  • Downloads: 54,832 Last month
  • Docker Downloads: 545,267,408
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Docker downloads count: 1.1%
Downloads: 1.1%
Average: 2.0%
Dependent repos count: 3.7%
Dependent packages count: 4.5%
Last synced: 10 months ago
npmjs.org: @jupyterlab/tooltip-extension

JupyterLab - Tooltip Extension

  • Versions: 410
  • Dependent Packages: 2
  • Dependent Repositories: 280
  • Downloads: 68,258 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 2.0%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/settingeditor-extension

JupyterLab - Setting Editor Extension

  • Versions: 399
  • Dependent Packages: 2
  • Dependent Repositories: 272
  • Downloads: 62,888 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 2.0%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/inspector-extension

JupyterLab - Code Inspector Extension

  • Versions: 411
  • Dependent Packages: 2
  • Dependent Repositories: 267
  • Downloads: 64,070 Last month
  • Docker Downloads: 587,797,783
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 2.0%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/extensionmanager-extension

JupyterLab - Extension Manager Extension

  • Versions: 381
  • Dependent Packages: 2
  • Dependent Repositories: 224
  • Downloads: 55,576 Last month
  • Docker Downloads: 587,728,097
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 2.1%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/celltags-extension

An extension for manipulating tags in cell metadata

  • Versions: 317
  • Dependent Packages: 2
  • Dependent Repositories: 220
  • Downloads: 52,496 Last month
  • Docker Downloads: 583,962,531
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.0%
Average: 2.1%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/logconsole-extension

JupyterLab - Log Console Extension

  • Versions: 340
  • Dependent Packages: 2
  • Dependent Repositories: 213
  • Downloads: 51,840 Last month
  • Docker Downloads: 584,094,512
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Downloads: 0.8%
Stargazers count: 0.9%
Dependent repos count: 1.1%
Average: 2.1%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/vdom-extension

JupyterLab - VDOM Renderer

  • Versions: 303
  • Dependent Packages: 2
  • Dependent Repositories: 231
  • Downloads: 21,347 Last month
  • Docker Downloads: 490,899,371
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Stargazers count: 0.9%
Downloads: 1.0%
Dependent repos count: 1.0%
Average: 2.1%
Dependent packages count: 8.8%
Last synced: 10 months ago
npmjs.org: @jupyterlab/docprovider-extension

JupyterLab - Document Provider Extension

  • Versions: 123
  • Dependent Packages: 2
  • Dependent Repositories: 100
  • Downloads: 10,025 Last month
  • Docker Downloads: 486,402,954
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Stargazers count: 0.9%
Downloads: 1.1%
Dependent repos count: 1.4%
Average: 2.2%
Dependent packages count: 8.8%
Last synced: 10 months ago
anaconda.org: jupyterlab

JupyterLab is the next-generation user interface for Project Jupyter. It offers all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user inteface. Eventually, JupyterLab will replace the classic Jupyter Notebook. JupyterLab can be extended using extensions that are npm packages and use our public APIs. You can search for the GitHub topic or npm keyword `jupyterlab-extension` to find extensions. To learn more about extensions, see our user documentation. JupyterLab is suitable for general usage. For JupyterLab extension developers, the extension APIs will continue to evolve.

  • Versions: 64
  • Dependent Packages: 15
  • Dependent Repositories: 3,484
Rankings
Dependent repos count: 0.5%
Dependent packages count: 2.7%
Average: 4.0%
Forks count: 6.2%
Stargazers count: 6.6%
Last synced: 10 months ago
npmjs.org: @jupyterlab/metapackage

JupyterLab - Meta Package. All of the packages used by the core JupyterLab application

  • Versions: 396
  • Dependent Packages: 1
  • Dependent Repositories: 165
  • Downloads: 14,567 Last month
  • Docker Downloads: 487,247,373
Rankings
Docker downloads count: 0.1%
Forks count: 0.7%
Stargazers count: 0.9%
Downloads: 1.0%
Dependent repos count: 1.2%
Average: 4.1%
Dependent packages count: 20.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/theming

JupyterLab - Theming

  • Versions: 6
  • Dependent Packages: 10
  • Dependent Repositories: 4
  • Downloads: 7,218 Last month
  • Docker Downloads: 11
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Docker downloads count: 1.6%
Dependent packages count: 2.1%
Average: 4.5%
Dependent repos count: 5.6%
Downloads: 16.1%
Last synced: 10 months ago
npmjs.org: @jupyterlab/user-extension

JupyterLab - User Extension

  • Versions: 10
  • Dependent Packages: 2
  • Dependent Repositories: 22
  • Downloads: 111 Last month
  • Docker Downloads: 46
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Docker downloads count: 1.3%
Dependent repos count: 2.6%
Average: 4.9%
Dependent packages count: 8.8%
Downloads: 15.3%
Last synced: 10 months ago
npmjs.org: @jupyterlab/markdownwidget

JupyterLab - Markdown Renderer

  • Versions: 7
  • Dependent Packages: 3
  • Dependent Repositories: 1
  • Downloads: 24 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 5.9%
Average: 6.9%
Dependent repos count: 10.3%
Downloads: 17.0%
Last synced: 10 months ago
npmjs.org: @jupyterlab/services-extension

JupyterLab - Services Extension

  • Versions: 31
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 35,503 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Average: 9.2%
Dependent repos count: 10.3%
Downloads: 13.1%
Dependent packages count: 20.9%
Last synced: 10 months ago
npmjs.org: @jupyterlab/default-theme

JupyterLab - Default Theme

  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 24 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Average: 9.4%
Dependent repos count: 10.3%
Downloads: 14.4%
Dependent packages count: 20.9%
Last synced: 10 months ago
npmjs.org: sophon-new-mainmenu

JupyterLab - Main Menu

  • Versions: 2
  • Dependent Packages: 10
  • Dependent Repositories: 1
  • Downloads: 4 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 2.1%
Average: 9.7%
Dependent repos count: 10.3%
Downloads: 34.5%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @jupyterlab/docregistry-extension

JupyterLab - Document Registry Extension

  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 7,210 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Average: 9.7%
Dependent repos count: 10.3%
Downloads: 15.7%
Dependent packages count: 20.9%
Last synced: 10 months ago
npmjs.org: sophon-notebook-application

JupyterLab - Application

  • Versions: 2
  • Dependent Packages: 33
  • Dependent Repositories: 1
  • Downloads: 6 Last month
Rankings
Forks count: 0.7%
Dependent packages count: 0.8%
Stargazers count: 0.9%
Average: 9.8%
Dependent repos count: 10.3%
Downloads: 36.5%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__coreutils

WebJar for @jupyterlab/coreutils

  • Versions: 1
  • Dependent Packages: 17
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 3.5%
Average: 9.9%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__ui-components

WebJar for @jupyterlab/ui-components

  • Versions: 1
  • Dependent Packages: 14
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 4.3%
Average: 10.1%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__observables

WebJar for @jupyterlab/observables

  • Versions: 1
  • Dependent Packages: 11
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 5.3%
Average: 10.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__nbformat

WebJar for @jupyterlab/nbformat

  • Versions: 1
  • Dependent Packages: 9
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 6.4%
Average: 10.7%
Dependent repos count: 32.0%
Last synced: 10 months ago
npmjs.org: @evolab/apputils

JupyterLab - Application Utilities

  • Versions: 1
  • Dependent Packages: 58
  • Dependent Repositories: 0
  • Downloads: 2 Last month
  • Docker Downloads: 42
Rankings
Dependent packages count: 0.7%
Forks count: 0.9%
Stargazers count: 1.1%
Average: 11.1%
Dependent repos count: 25.3%
Downloads: 27.3%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__codeeditor

WebJar for @jupyterlab/codeeditor

  • Versions: 1
  • Dependent Packages: 7
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 8.1%
Average: 11.1%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__statedb

WebJar for @jupyterlab/statedb

  • Versions: 1
  • Dependent Packages: 6
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Dependent packages count: 9.3%
Average: 11.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
npmjs.org: sophon-application

JupyterLab - Application

  • Versions: 2
  • Dependent Packages: 28
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 0.9%
Dependent repos count: 10.3%
Average: 11.9%
Downloads: 46.9%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__codemirror

WebJar for @jupyterlab/codemirror

  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 12.4%
Dependent packages count: 13.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
npmjs.org: sophon-csvviewer

JupyterLab - CSV Widget

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 12.4%
Downloads: 41.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/codemirror

JupyterLab - CodeMirror Editor Provider

  • Versions: 1
  • Dependent Packages: 10
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 2.7%
Average: 12.5%
Dependent repos count: 25.3%
Downloads: 32.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-rendermime-interfaces

JupyterLab - Interfaces for Mime Renderers

  • Versions: 2
  • Dependent Packages: 13
  • Dependent Repositories: 1
  • Downloads: 3 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 1.7%
Dependent repos count: 10.3%
Average: 12.8%
Downloads: 50.5%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__cells

WebJar for @jupyterlab/cells

  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 13.3%
Dependent packages count: 16.9%
Dependent repos count: 32.0%
Last synced: 10 months ago
npmjs.org: sophon-filebrowser

JupyterLab - FileBrowser Widget

  • Versions: 2
  • Dependent Packages: 5
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 3.7%
Dependent repos count: 10.3%
Average: 14.1%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-settingeditor

The JupyterLab default setting editor interface

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 14.2%
Downloads: 50.5%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: sophon-notebook-inspector

JupyterLab - Code Inspector

  • Versions: 2
  • Dependent Packages: 4
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 4.5%
Dependent repos count: 10.3%
Average: 14.3%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__docmanager

WebJar for @jupyterlab/docmanager

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 14.6%
Dependent packages count: 22.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__documentsearch

WebJar for @jupyterlab/documentsearch

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 14.6%
Dependent packages count: 22.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__toc

WebJar for @jupyterlab/toc

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 14.6%
Dependent packages count: 22.4%
Dependent repos count: 32.0%
Last synced: 10 months ago
npmjs.org: @evolab/filebrowser

JupyterLab - FileBrowser Widget

  • Versions: 1
  • Dependent Packages: 7
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 4.0%
Average: 15.0%
Dependent repos count: 25.3%
Downloads: 43.6%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-vdom

A viewer for VDOM documents.

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 15.1%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-tooltip

JupyterLab - Tooltip Widget

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 4 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 15.1%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/inspector

JupyterLab - Code Inspector

  • Versions: 1
  • Dependent Packages: 5
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 4.7%
Average: 15.5%
Dependent repos count: 25.3%
Downloads: 45.8%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/csvviewer-extension

JupyterLab - CSV Widget Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 9.5%
Average: 15.7%
Dependent repos count: 25.3%
Downloads: 41.7%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-completer

JupyterLab - Completer

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 16.1%
Downloads: 59.9%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: sophon-outputarea

JupyterLab - Notebook Output Area

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 16.1%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/console

JupyterLab - Code Console

  • Versions: 1
  • Dependent Packages: 8
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 3.6%
Average: 16.4%
Dependent repos count: 25.3%
Downloads: 51.2%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/launcher-extension

JupyterLab - Launcher Page Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 9.5%
Average: 16.5%
Dependent repos count: 25.3%
Downloads: 45.8%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-pdf-extension

JupyterLab - PDF Viewer

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 5 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 16.7%
Dependent packages count: 20.9%
Downloads: 50.5%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: @evolab/logconsole-extension

JupyterLab - Log Console Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 9.5%
Average: 17.0%
Dependent repos count: 25.3%
Downloads: 48.3%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-tooltip

JupyterLab - Tooltip Widget

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 17.0%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-terminal

JupyterLab - Terminal Emulator Widget

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 17.0%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__filebrowser

WebJar for @jupyterlab/filebrowser

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 17.1%
Dependent repos count: 32.0%
Dependent packages count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__attachments

WebJar for @jupyterlab/attachments

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 17.1%
Dependent repos count: 32.0%
Dependent packages count: 32.0%
Last synced: 10 months ago
repo1.maven.org: org.webjars.npm:jupyterlab__user

WebJar for @jupyterlab/user

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.8%
Forks count: 2.5%
Average: 17.1%
Dependent repos count: 32.0%
Dependent packages count: 32.0%
Last synced: 10 months ago
npmjs.org: sophon-notebook-theme-dark-extension

JupyterLab - Default Dark Theme

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 17.5%
Dependent packages count: 20.9%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-help-extension

JupyterLab - Help Extension

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 3 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 17.5%
Dependent packages count: 20.9%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-extension

JupyterLab - Notebook Extension

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 17.5%
Dependent packages count: 20.9%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-running

JupyterLab - Running Sessions Panel

  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 5 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Average: 17.6%
Downloads: 67.1%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/csvviewer

JupyterLab - CSV Widget

  • Versions: 1
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 9.5%
Average: 17.6%
Dependent repos count: 25.3%
Downloads: 51.2%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/settingeditor-extension

JupyterLab - Setting Editor Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 16.2%
Average: 18.4%
Dependent repos count: 25.3%
Downloads: 48.3%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/console-extension

JupyterLab - Code Console Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 16.2%
Average: 18.4%
Dependent repos count: 25.3%
Downloads: 48.3%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @jango/terminal-extension

JupyterLab - Terminal Emulator Extension remove fresh terminal

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 0 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 18.5%
Dependent packages count: 20.9%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-application-extension

JupyterLab - Application Extension

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 18.5%
Dependent packages count: 20.9%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-markdownviewer-extension

JupyterLab - Markdown Renderer Extension

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 18.5%
Dependent packages count: 20.9%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-shortcuts-extension

JupyterLab - Shortcuts Extension

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 18.5%
Dependent packages count: 20.9%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/docmanager-extension

JupyterLab - Document Manager Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 16.2%
Average: 19.0%
Dependent repos count: 25.3%
Downloads: 51.2%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-filebrowser-extension

JupyterLab - Filebrowser Widget Extension

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 19.4%
Dependent packages count: 20.9%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-terminal-extension

JupyterLab - Terminal Emulator Extension

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 19.4%
Dependent packages count: 20.9%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-fileeditor-extension

JupyterLab - Editor Widget Extension

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 4 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 19.4%
Dependent packages count: 20.9%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-rendermime-extension

A rendermime extension for JupyterLab

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 19.4%
Dependent packages count: 20.9%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @evolab/statusbar-extension

JupyterLab - Statusbar Extension

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 2 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.1%
Dependent packages count: 16.2%
Average: 19.5%
Dependent repos count: 25.3%
Downloads: 54.1%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-running-extension

JupyterLab - Running Sessions Extension

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 20.0%
Dependent packages count: 20.9%
Downloads: 67.1%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: jupyterlabtly

JupyterLab - Notebook Cells

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Forks count: 0.9%
Stargazers count: 1.2%
Average: 20.8%
Dependent repos count: 25.3%
Dependent packages count: 32.9%
Downloads: 43.6%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-testutils

JupyterLab - Test Utilities

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 22.8%
Downloads: 50.5%
Dependent packages count: 51.8%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @jupyterlab/pluginmanager

List, enable or disable individual plugins.

  • Versions: 71
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Downloads: 39,921 Last month
  • Docker Downloads: 787
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Average: 23.1%
Dependent repos count: 37.3%
Dependent packages count: 53.3%
Last synced: 10 months ago
npmjs.org: @kuplus/terminal

JupyterLab - Terminal Emulator Widget

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Downloads: 12.8%
Average: 24.6%
Dependent repos count: 25.0%
Dependent packages count: 36.0%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-notebook-buildutils

JupyterLab - Build Utilities

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 3 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 24.7%
Dependent packages count: 51.8%
Downloads: 59.9%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: sophon-testutils

JupyterLab - Test Utilities

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 1 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 24.7%
Dependent packages count: 51.8%
Downloads: 59.9%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: sophon-metapackage

JupyterLab - Meta Package. All of the packages used by the core JupyterLab application

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 3 Last month
Rankings
Forks count: 0.7%
Stargazers count: 0.9%
Dependent repos count: 10.3%
Average: 25.6%
Dependent packages count: 51.8%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @jupyterlab/theme-dark-high-contrast-extension

JupyterLab - Dark High Contrast Theme

  • Versions: 50
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 35,926 Last month
  • Docker Downloads: 843
Rankings
Downloads: 8.8%
Average: 27.8%
Dependent repos count: 30.7%
Dependent packages count: 44.0%
Last synced: 10 months ago
npmjs.org: @jupyterlab/audio-extension

JupyterLab - Audio File Viewer Extension

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 7,785 Last month
Rankings
Dependent repos count: 24.0%
Average: 29.4%
Dependent packages count: 34.7%
Last synced: 10 months ago
npmjs.org: @evolab/ui-components-extension

JupyterLab - UI component plugins

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 4 Last month
Rankings
Dependent packages count: 16.2%
Dependent repos count: 25.3%
Average: 31.9%
Downloads: 54.1%
Maintainers (1)
Last synced: over 1 year ago
npmjs.org: @jupyterlab/workspaces-extension

JupyterLab Extension providing UI for workspace management

  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 32,248 Last month
  • Docker Downloads: 843
Rankings
Dependent repos count: 32.2%
Average: 39.1%
Dependent packages count: 46.1%
Last synced: 10 months ago

Dependencies

packages/observables/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
packages/outputarea/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/pdf-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/widgets ^1.33.0
packages/property-inspector/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/rendermime/package.json npm
  • @jupyterlab/markedparser-extension ^4.0.0-alpha.12 development
  • @jupyterlab/mathjax2 ^4.0.0-alpha.12 development
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/lodash.escape ^4.0.6 development
  • fs-extra ^9.0.1 development
  • jest ^26.4.2 development
  • json2html ^0.0.8 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • lodash.escape ^4.0.1
packages/rendermime-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/docmanager ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/rendermime-interfaces/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @lumino/coreutils ^1.12.0
  • @lumino/widgets ^1.33.0
packages/running/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • react ^17.0.1
packages/running-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/running ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/services/examples/browser/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
packages/services/examples/node/package.json npm
  • rimraf ~3.0.0 development
  • @jupyterlab/services ^7.0.0-alpha.12
  • node-fetch ^2.6.0
  • ws ^7.4.6
packages/services/examples/typescript-browser-with-output/package.json npm
  • css-loader ^6.7.1 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/outputarea ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
packages/statedb/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
packages/services/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/node-fetch ^2.5.4 development
  • @types/text-encoding ^0.0.35 development
  • @types/ws ^7.4.4 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • text-encoding ^0.7.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • node-fetch ^2.6.0
  • ws ^7.4.6
packages/settingeditor/package.json npm
  • @types/react ^17.0.0 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/inspector ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • @rjsf/core ^3.1.0
  • json-schema ^0.4.0
  • react ^17.0.1
packages/settingeditor-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/settingeditor ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/disposable ^1.10.1
packages/settingregistry/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/json5 ^0.0.30 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • ajv ^6.12.3
  • json5 ^2.1.1
packages/shared-models/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • y-protocols ^1.0.5
  • yjs ^13.5.34
packages/shortcuts-extension/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/domutils ^1.8.1
  • @lumino/keyboard ^1.8.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
  • typestyle ^2.0.4
packages/statusbar/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • csstype ~3.0.3
  • react ^17.0.1
  • typestyle ^2.0.4
packages/statusbar-extension/package.json npm
  • @types/react ^17.0.0 development
  • @types/react-dom ^17.0.0 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/terminal/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • canvas ^2.9.1 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • @lumino/domutils ^1.8.1
  • @lumino/messaging ^1.10.1
  • @lumino/widgets ^1.33.0
  • xterm ~4.18.0
  • xterm-addon-fit ~0.5.0
packages/terminal-extension/package.json npm
  • @types/webpack-env ^1.14.1 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/launcher ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/running ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/terminal ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/widgets ^1.33.0
packages/theme-dark-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/theme-light-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/toc/package.json npm
  • @babel/core ^7.10.2 development
  • @babel/preset-env ^7.10.2 development
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/react ^17.0.0 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/toc-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/toc ^6.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
packages/tooltip/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/messaging ^1.10.1
  • @lumino/widgets ^1.33.0
packages/tooltip-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/console ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/fileeditor ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/tooltip ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/widgets ^1.33.0
packages/translation/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
packages/translation-extension/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/ui-components/package.json npm
  • @babel/core ^7.10.2 development
  • @babel/preset-env ^7.10.2 development
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/react ^17.0.0 development
  • babel-loader ^8.0.6 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • svgo ^2.8.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • @lumino/virtualdom ^1.14.1
  • @lumino/widgets ^1.33.0
  • @rjsf/core ^3.1.0
  • react ^17.0.1
  • react-dom ^17.0.1
  • typestyle ^2.0.4
packages/ui-components-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
packages/vdom/package.json npm
  • @types/react ^17.0.0 development
  • @types/react-dom ^17.0.0 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • @lumino/messaging ^1.10.1
  • @lumino/widgets ^1.33.0
  • @nteract/transform-vdom ^4.0.16-alpha.0
  • react ^17.0.1
  • react-dom ^17.0.1
packages/vdom-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @jupyterlab/vdom ^4.0.0-alpha.12
packages/vega5-extension/package.json npm
  • @types/webpack-env ^1.14.1 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • @lumino/widgets ^1.33.0
  • vega ^5.20.0
  • vega-embed ^6.2.1
  • vega-lite ^5.1.0
testutils/package.json npm
  • @types/jest ^26.0.10 development
  • @types/node ^14.6.1 development
  • @types/node-fetch ^2.5.4 development
  • jest-retries ^1.0.1 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • child_process ~1.0.2
  • deepmerge ^4.2.2
  • fs-extra ^9.0.1
  • identity-obj-proxy ^3.0.0
  • jest ^26.4.2
  • jest-junit ^11.1.0
  • jest-raw-loader ^1.0.1
  • jest-summary-reporter ^0.0.2
  • json-to-html ~0.1.2
  • node-fetch ^2.6.0
  • simulate-event ~1.4.0
  • ts-jest ^26.3.0
yarn.lock npm
  • 1765 dependencies
binder/environment.yml conda
  • jupyter-server-proxy
  • jupyterlab-link-share 0.2.*
  • matplotlib-base
  • nodejs 14.*
  • numpy
  • pip
  • python 3.8.*
  • vega_datasets
  • xeus-python
builder/package.json npm
  • @types/fs-extra ^9.0.1 development
  • @types/glob ^7.1.1 development
  • @types/node ^14.6.1 development
  • @types/supports-color ^5.3.0 development
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/buildutils ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/application ^1.29.0
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/domutils ^1.8.1
  • @lumino/dragdrop ^1.14.0
  • @lumino/messaging ^1.10.1
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • @lumino/virtualdom ^1.14.1
  • @lumino/widgets ^1.33.0
  • ajv ^6.12.3
  • commander ~6.0.0
  • css-loader ^6.7.1
  • duplicate-package-checker-webpack-plugin ^3.0.0
  • fs-extra ^9.0.1
  • glob ~7.1.6
  • license-webpack-plugin ^2.3.14
  • mini-css-extract-plugin ~1.3.2
  • mini-svg-data-uri ^1.4.4
  • path-browserify ^1.0.0
  • process ^0.11.10
  • style-loader ~3.3.1
  • supports-color ^7.2.0
  • terser-webpack-plugin ^4.1.0
  • to-string-loader ^1.1.6
  • webpack ^5.72.0
  • webpack-cli ^4.9.2
  • webpack-merge ^5.8.0
  • worker-loader ^3.0.2
buildutils/package.json npm
  • @types/fs-extra ^9.0.1 development
  • @types/glob ^7.1.1 development
  • @types/inquirer ^7.3.1 development
  • @types/node ^14.6.1 development
  • @types/prettier ~2.6.0 development
  • rimraf ~3.0.0 development
  • @yarnpkg/lockfile ^1.1.0
  • child_process ~1.0.2
  • commander ~6.0.0
  • crypto ~1.0.1
  • dependency-graph ^0.9.0
  • fs-extra ^9.0.1
  • glob ~7.1.6
  • inquirer ^7.1.0
  • minimatch ~3.0.4
  • os ~0.1.1
  • package-json ^6.5.0
  • prettier ~2.6.0
  • process ^0.11.10
  • semver ^7.3.2
  • sort-package-json ~1.53.1
  • typescript ~4.7.3
  • verdaccio ^5.13.3
buildutils/template/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
dev_mode/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • @jupyterlab/buildutils ^4.0.0-alpha.12 development
  • chokidar ^3.4.0 development
  • css-loader ^6.7.1 development
  • duplicate-package-checker-webpack-plugin ^3.0.0 development
  • fs-extra ^9.0.1 development
  • glob ~7.1.6 development
  • handlebars ^4.5.3 development
  • html-loader ~1.3.0 development
  • html-webpack-plugin ^5.0.0-beta.6 development
  • license-webpack-plugin ^2.3.14 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • sort-package-json ~1.53.1 development
  • source-map-loader ~1.0.2 development
  • style-loader ~3.3.1 development
  • terser-webpack-plugin ^4.1.0 development
  • webpack ^5.72.0 development
  • webpack-bundle-analyzer ^3.6.0 development
  • webpack-cli ^4.9.2 development
  • webpack-merge ^5.8.0 development
  • whatwg-fetch ^3.0.0 development
  • worker-loader ^3.0.2 development
  • yarn-deduplicate ^2.1.1 development
  • @jupyterlab/application ~4.0.0-alpha.12
  • @jupyterlab/application-extension ~4.0.0-alpha.12
  • @jupyterlab/apputils-extension ~4.0.0-alpha.12
  • @jupyterlab/cell-toolbar-extension ~4.0.0-alpha.12
  • @jupyterlab/celltags-extension ~4.0.0-alpha.12
  • @jupyterlab/codemirror-extension ~4.0.0-alpha.12
  • @jupyterlab/collaboration-extension ~4.0.0-alpha.12
  • @jupyterlab/completer-extension ~4.0.0-alpha.12
  • @jupyterlab/console-extension ~4.0.0-alpha.12
  • @jupyterlab/coreutils ~6.0.0-alpha.12
  • @jupyterlab/csvviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/debugger-extension ~4.0.0-alpha.12
  • @jupyterlab/docmanager-extension ~4.0.0-alpha.12
  • @jupyterlab/docprovider-extension ~4.0.0-alpha.12
  • @jupyterlab/documentsearch-extension ~4.0.0-alpha.12
  • @jupyterlab/extensionmanager-extension ~4.0.0-alpha.12
  • @jupyterlab/filebrowser-extension ~4.0.0-alpha.12
  • @jupyterlab/fileeditor-extension ~4.0.0-alpha.12
  • @jupyterlab/help-extension ~4.0.0-alpha.12
  • @jupyterlab/htmlviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/hub-extension ~4.0.0-alpha.12
  • @jupyterlab/imageviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/inspector-extension ~4.0.0-alpha.12
  • @jupyterlab/javascript-extension ~4.0.0-alpha.12
  • @jupyterlab/json-extension ~4.0.0-alpha.12
  • @jupyterlab/launcher-extension ~4.0.0-alpha.12
  • @jupyterlab/logconsole-extension ~4.0.0-alpha.12
  • @jupyterlab/lsp-extension ~4.0.0-alpha.12
  • @jupyterlab/mainmenu-extension ~4.0.0-alpha.12
  • @jupyterlab/markdownviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/markedparser-extension ~4.0.0-alpha.12
  • @jupyterlab/mathjax2-extension ~4.0.0-alpha.12
  • @jupyterlab/notebook-extension ~4.0.0-alpha.12
  • @jupyterlab/pdf-extension ~4.0.0-alpha.12
  • @jupyterlab/rendermime-extension ~4.0.0-alpha.12
  • @jupyterlab/running-extension ~4.0.0-alpha.12
  • @jupyterlab/settingeditor-extension ~4.0.0-alpha.12
  • @jupyterlab/shortcuts-extension ~4.0.0-alpha.12
  • @jupyterlab/statusbar-extension ~4.0.0-alpha.12
  • @jupyterlab/terminal-extension ~4.0.0-alpha.12
  • @jupyterlab/theme-dark-extension ~4.0.0-alpha.12
  • @jupyterlab/theme-light-extension ~4.0.0-alpha.12
  • @jupyterlab/toc-extension ~6.0.0-alpha.12
  • @jupyterlab/tooltip-extension ~4.0.0-alpha.12
  • @jupyterlab/translation-extension ~4.0.0-alpha.12
  • @jupyterlab/ui-components-extension ~4.0.0-alpha.12
  • @jupyterlab/vdom-extension ~4.0.0-alpha.12
  • @jupyterlab/vega5-extension ~4.0.0-alpha.12
examples/app/package.json npm
  • css-loader ^6.7.1 development
  • fs-extra ^9.0.1 development
  • glob ~7.1.6 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • read-package-tree ^5.3.1 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • to-string-loader ^1.1.6 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/application-extension ^4.0.0-alpha.12
  • @jupyterlab/apputils-extension ^4.0.0-alpha.12
  • @jupyterlab/builder ^4.0.0-alpha.12
  • @jupyterlab/celltags-extension ^4.0.0-alpha.12
  • @jupyterlab/codemirror-extension ^4.0.0-alpha.12
  • @jupyterlab/completer-extension ^4.0.0-alpha.12
  • @jupyterlab/console-extension ^4.0.0-alpha.12
  • @jupyterlab/csvviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/docmanager-extension ^4.0.0-alpha.12
  • @jupyterlab/filebrowser-extension ^4.0.0-alpha.12
  • @jupyterlab/fileeditor-extension ^4.0.0-alpha.12
  • @jupyterlab/help-extension ^4.0.0-alpha.12
  • @jupyterlab/imageviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/inspector-extension ^4.0.0-alpha.12
  • @jupyterlab/launcher-extension ^4.0.0-alpha.12
  • @jupyterlab/mainmenu-extension ^4.0.0-alpha.12
  • @jupyterlab/markdownviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/mathjax2-extension ^4.0.0-alpha.12
  • @jupyterlab/notebook-extension ^4.0.0-alpha.12
  • @jupyterlab/rendermime-extension ^4.0.0-alpha.12
  • @jupyterlab/running-extension ^4.0.0-alpha.12
  • @jupyterlab/settingeditor-extension ^4.0.0-alpha.12
  • @jupyterlab/shortcuts-extension ^4.0.0-alpha.12
  • @jupyterlab/statusbar-extension ^4.0.0-alpha.12
  • @jupyterlab/terminal-extension ^4.0.0-alpha.12
  • @jupyterlab/theme-dark-extension ^4.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/toc-extension ^6.0.0-alpha.12
  • @jupyterlab/tooltip-extension ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/translation-extension ^4.0.0-alpha.12
  • @jupyterlab/ui-components-extension ^4.0.0-alpha.12
  • es6-promise ~4.2.8
  • react ^17.0.1
  • react-dom ^17.0.1
examples/cell/package.json npm
  • css-loader ^6.7.1 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/completer ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/commands ^1.20.0
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
examples/console/package.json npm
  • css-loader ^6.7.1 development
  • mini-css-extract-plugin ~1.3.2 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/console ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/commands ^1.20.0
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
examples/federated/core_package/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • copy-webpack-plugin ^6.0.1 development
  • css-loader ^6.7.1 development
  • fs-extra ^9.0.1 development
  • glob ~7.1.6 development
  • handlebars ^4.5.3 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • read-package-tree ^5.3.1 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • to-string-loader ^1.1.6 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • webpack-merge ^5.8.0 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/application-extension ^4.0.0-alpha.12
  • @jupyterlab/apputils-extension ^4.0.0-alpha.12
  • @jupyterlab/celltags-extension ^4.0.0-alpha.12
  • @jupyterlab/codemirror-extension ^4.0.0-alpha.12
  • @jupyterlab/completer-extension ^4.0.0-alpha.12
  • @jupyterlab/console-extension ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/csvviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/debugger-extension ^4.0.0-alpha.12
  • @jupyterlab/docmanager-extension ^4.0.0-alpha.12
  • @jupyterlab/documentsearch-extension ^4.0.0-alpha.12
  • @jupyterlab/extensionmanager-extension ^4.0.0-alpha.12
  • @jupyterlab/filebrowser-extension ^4.0.0-alpha.12
  • @jupyterlab/fileeditor-extension ^4.0.0-alpha.12
  • @jupyterlab/help-extension ^4.0.0-alpha.12
  • @jupyterlab/htmlviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/hub-extension ^4.0.0-alpha.12
  • @jupyterlab/imageviewer-extension ^4.0.0-alpha.12
  • @jupyterlab/inspector-extension ^4.0.0-alpha.12
  • @jupyterlab/javascript-extension ^4.0.0-alpha.12
  • @jupyterlab/json-extension ^4.0.0-alpha.12
  • @jupyterlab/launcher-extension ^4.0.0-alpha.12
  • @jupyterlab/logconsole-extension ^4.0.0-alpha.12
  • @jupyterlab/lsp-extension ^4.0.0-alpha.12
  • @jupyterlab/mainmenu-extension ^4.0.0-alpha.12
  • @jupyterlab/mathjax2-extension ^4.0.0-alpha.12
  • @jupyterlab/notebook-extension ^4.0.0-alpha.12
  • @jupyterlab/pdf-extension ^4.0.0-alpha.12
  • @jupyterlab/rendermime-extension ^4.0.0-alpha.12
  • @jupyterlab/settingeditor-extension ^4.0.0-alpha.12
  • @jupyterlab/shortcuts-extension ^4.0.0-alpha.12
  • @jupyterlab/statusbar-extension ^4.0.0-alpha.12
  • @jupyterlab/terminal-extension ^4.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/toc-extension ^6.0.0-alpha.12
  • @jupyterlab/tooltip-extension ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/translation-extension ^4.0.0-alpha.12
  • @jupyterlab/ui-components-extension ^4.0.0-alpha.12
  • @jupyterlab/vdom-extension ^4.0.0-alpha.12
  • @jupyterlab/vega5-extension ^4.0.0-alpha.12
examples/federated/md_package/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • rimraf ~3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/example-federated-middle ^3.0.0-alpha.12
  • @jupyterlab/markdownviewer-extension ^4.0.0-alpha.12
  • @lumino/widgets ^1.33.0
examples/federated/middle_package/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • rimraf ~3.0.0 development
  • @lumino/coreutils ^1.12.0
examples/federated/phosphor_package/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • rimraf ~3.0.0 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @phosphor/coreutils ^1.0.0
examples/filebrowser/package.json npm
  • @types/codemirror ^0.0.109 development
  • css-loader ^6.7.1 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docmanager ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/filebrowser ^4.0.0-alpha.12
  • @jupyterlab/fileeditor ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
examples/notebook/package.json npm
  • @types/codemirror ^0.0.109 development
  • css-loader ^6.7.1 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/completer ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docmanager ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/documentsearch ^4.0.0-alpha.12
  • @jupyterlab/mathjax2 ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/commands ^1.20.0
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
examples/terminal/package.json npm
  • css-loader ^6.7.1 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/terminal ^4.0.0-alpha.12
  • @jupyterlab/theme-light-extension ^4.0.0-alpha.12
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
galata/package.json npm
  • @types/node-fetch ^2.5.4 development
  • css-loader ^6.7.1 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • source-map-loader ~1.0.2 development
  • style-loader ~3.3.1 development
  • svgo-loader ^2.2.1 development
  • ts-loader ^9.3.0 development
  • typescript ~4.7.3 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.9.2 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docmanager ^4.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @playwright/test ^1.17.0
  • @stdlib/stats ~0.0.13
  • fs-extra ^9.0.1
  • http-server ^13.0.0
  • json5 ^2.1.1
  • node-fetch ^2.6.0
  • path ~0.12.7
  • systeminformation ^5.8.6
  • vega ^5.20.0
  • vega-lite ^5.1.0
  • vega-statistics ^1.7.9
jupyterlab/staging/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • @jupyterlab/buildutils ^4.0.0-alpha.12 development
  • chokidar ^3.4.0 development
  • css-loader ^6.7.1 development
  • duplicate-package-checker-webpack-plugin ^3.0.0 development
  • fs-extra ^9.0.1 development
  • glob ~7.1.6 development
  • handlebars ^4.5.3 development
  • html-loader ~1.3.0 development
  • html-webpack-plugin ^5.0.0-beta.6 development
  • license-webpack-plugin ^2.3.14 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • rimraf ~3.0.0 development
  • sort-package-json ~1.53.1 development
  • source-map-loader ~1.0.2 development
  • style-loader ~3.3.1 development
  • terser-webpack-plugin ^4.1.0 development
  • webpack ^5.72.0 development
  • webpack-bundle-analyzer ^3.6.0 development
  • webpack-cli ^4.9.2 development
  • webpack-merge ^5.8.0 development
  • whatwg-fetch ^3.0.0 development
  • worker-loader ^3.0.2 development
  • yarn-deduplicate ^2.1.1 development
  • @jupyterlab/application ~4.0.0-alpha.12
  • @jupyterlab/application-extension ~4.0.0-alpha.12
  • @jupyterlab/apputils-extension ~4.0.0-alpha.12
  • @jupyterlab/cell-toolbar-extension ~4.0.0-alpha.12
  • @jupyterlab/celltags-extension ~4.0.0-alpha.12
  • @jupyterlab/codemirror-extension ~4.0.0-alpha.12
  • @jupyterlab/collaboration-extension ~4.0.0-alpha.12
  • @jupyterlab/completer-extension ~4.0.0-alpha.12
  • @jupyterlab/console-extension ~4.0.0-alpha.12
  • @jupyterlab/coreutils ~6.0.0-alpha.12
  • @jupyterlab/csvviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/debugger-extension ~4.0.0-alpha.12
  • @jupyterlab/docmanager-extension ~4.0.0-alpha.12
  • @jupyterlab/docprovider-extension ~4.0.0-alpha.12
  • @jupyterlab/documentsearch-extension ~4.0.0-alpha.12
  • @jupyterlab/extensionmanager-extension ~4.0.0-alpha.12
  • @jupyterlab/filebrowser-extension ~4.0.0-alpha.12
  • @jupyterlab/fileeditor-extension ~4.0.0-alpha.12
  • @jupyterlab/help-extension ~4.0.0-alpha.12
  • @jupyterlab/htmlviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/hub-extension ~4.0.0-alpha.12
  • @jupyterlab/imageviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/inspector-extension ~4.0.0-alpha.12
  • @jupyterlab/javascript-extension ~4.0.0-alpha.12
  • @jupyterlab/json-extension ~4.0.0-alpha.12
  • @jupyterlab/launcher-extension ~4.0.0-alpha.12
  • @jupyterlab/logconsole-extension ~4.0.0-alpha.12
  • @jupyterlab/lsp-extension ~4.0.0-alpha.12
  • @jupyterlab/mainmenu-extension ~4.0.0-alpha.12
  • @jupyterlab/markdownviewer-extension ~4.0.0-alpha.12
  • @jupyterlab/markedparser-extension ~4.0.0-alpha.12
  • @jupyterlab/mathjax2-extension ~4.0.0-alpha.12
  • @jupyterlab/notebook-extension ~4.0.0-alpha.12
  • @jupyterlab/pdf-extension ~4.0.0-alpha.12
  • @jupyterlab/rendermime-extension ~4.0.0-alpha.12
  • @jupyterlab/running-extension ~4.0.0-alpha.12
  • @jupyterlab/settingeditor-extension ~4.0.0-alpha.12
  • @jupyterlab/shortcuts-extension ~4.0.0-alpha.12
  • @jupyterlab/statusbar-extension ~4.0.0-alpha.12
  • @jupyterlab/terminal-extension ~4.0.0-alpha.12
  • @jupyterlab/theme-dark-extension ~4.0.0-alpha.12
  • @jupyterlab/theme-light-extension ~4.0.0-alpha.12
  • @jupyterlab/toc-extension ~6.0.0-alpha.12
  • @jupyterlab/tooltip-extension ~4.0.0-alpha.12
  • @jupyterlab/translation-extension ~4.0.0-alpha.12
  • @jupyterlab/ui-components-extension ~4.0.0-alpha.12
  • @jupyterlab/vdom-extension ~4.0.0-alpha.12
  • @jupyterlab/vega5-extension ~4.0.0-alpha.12
jupyterlab/staging/yarn.lock npm
  • 935 dependencies
jupyterlab/tests/mock_packages/extension/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • @jupyterlab/launcher ^4.0.0-alpha.12
jupyterlab/tests/mock_packages/incompat/package.json npm
  • @jupyterlab/application ^0.10.0
jupyterlab/tests/mock_packages/interop/consumer/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • @jupyterlab/mock-token ^4.0.0-alpha.12
jupyterlab/tests/mock_packages/interop/provider/package.json npm
  • @jupyterlab/builder ^4.0.0-alpha.12 development
  • @jupyterlab/mock-token ^4.0.0-alpha.12
jupyterlab/tests/mock_packages/interop/token/package.json npm
  • @lumino/coreutils ^1.12.0
jupyterlab/tests/mock_packages/mimeextension/package.json npm
  • @lumino/widgets ^1.33.0
jupyterlab/tests/mock_packages/test-hyphens/package.json npm
  • @jupyterlab/builder ^3.1.0-alpha.5 development
  • rimraf ^3.0.2 development
  • @jupyterlab/launcher ^3.1.0-alpha.5
jupyterlab/tests/mock_packages/test-hyphens-underscore/package.json npm
  • @jupyterlab/builder ^3.0.1 development
  • rimraf ^3.0.2 development
  • @jupyterlab/launcher ^3.0.2
jupyterlab/tests/mock_packages/test_no_hyphens/package.json npm
  • @jupyterlab/builder ^3.0.1 development
  • rimraf ^3.0.2 development
  • @jupyterlab/launcher ^3.0.2
package.json npm
  • lerna ^4.0.0 development
  • typedoc ~0.22.10 development
  • yarn 1.22.17 development
  • @typescript-eslint/eslint-plugin ~5.28.0
  • @typescript-eslint/parser ~5.28.0
  • eslint ~8.17.0
  • eslint-config-prettier ~8.5.0
  • eslint-plugin-jest ~26.5.3
  • eslint-plugin-prettier ~4.0.0
  • eslint-plugin-react ~7.29.4
  • prettier ~2.6.0
  • stylelint ^14.9.1
  • stylelint-config-prettier ^9.0.3
  • stylelint-config-recommended ^8.0.0
  • stylelint-config-standard ^26.0.0
  • stylelint-prettier ^2.0.0
packages/application/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @fortawesome/fontawesome-free ^5.12.0
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/application ^1.29.0
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/application-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/property-inspector ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/apputils/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/sanitize-html ^2.3.1 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/domutils ^1.8.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/virtualdom ^1.14.1
  • @lumino/widgets ^1.33.0
  • @types/react ^17.0.0
  • react ^17.0.1
  • sanitize-html ~2.5.3
packages/apputils-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/filebrowser ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/widgets ^1.33.0
  • es6-promise ~4.2.8
packages/attachments/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
packages/cell-toolbar/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/cell-toolbar-extension/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cell-toolbar ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/cells/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/react ^17.0.0 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/attachments ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/documentsearch ^4.0.0-alpha.12
  • @jupyterlab/filebrowser ^4.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/outputarea ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/shared-models ^4.0.0-alpha.12
  • @jupyterlab/toc ^6.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/domutils ^1.8.1
  • @lumino/dragdrop ^1.14.0
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • @lumino/virtualdom ^1.14.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/celltags/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/celltags-extension/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/celltags ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/codeeditor/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/shared-models ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/dragdrop ^1.14.0
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/codemirror/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @lezer/generator ^1.0.0 development
  • @lezer/lr ^1.0.0 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @codemirror/autocomplete ^6.0.0
  • @codemirror/commands ^6.0.0
  • @codemirror/lang-cpp ^6.0.0
  • @codemirror/lang-css ^6.0.0
  • @codemirror/lang-html ^6.0.0
  • @codemirror/lang-java ^6.0.0
  • @codemirror/lang-javascript ^6.0.0
  • @codemirror/lang-json ^6.0.0
  • @codemirror/lang-markdown ^6.0.0
  • @codemirror/lang-php ^6.0.0
  • @codemirror/lang-python ^6.0.0
  • @codemirror/lang-rust ^6.0.0
  • @codemirror/lang-sql ^6.0.0
  • @codemirror/lang-wast ^6.0.0
  • @codemirror/lang-xml ^6.0.0
  • @codemirror/language ^6.0.0
  • @codemirror/legacy-modes ^6.0.0
  • @codemirror/search ^6.0.0
  • @codemirror/state ^6.0.0
  • @codemirror/view ^6.0.0
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/documentsearch ^4.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/shared-models ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lezer/common ^1.0.0
  • @lezer/highlight ^1.0.0
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
  • style-mod ^4.0.0
  • y-codemirror.next ~0.3.2
  • y-protocols ^1.0.5
  • yjs ^13.5.34
packages/codemirror-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @codemirror/search ^6.0.0
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/fileeditor ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/widgets ^1.33.0
packages/collaboration/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/signaling ^1.10.1
  • @lumino/virtualdom ^1.14.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
  • y-protocols ^1.0.5
  • yjs ^13.5.34
packages/collaboration-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/collaboration ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/widgets ^1.33.0
  • y-protocols ^1.0.5
  • y-websocket ^1.3.15
  • yjs ^13.5.34
packages/completer/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/statedb ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/domutils ^1.8.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/completer-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/completer ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @rjsf/core ^3.1.0
  • react ^17.0.1
packages/console/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/nbformat ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/dragdrop ^1.14.0
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/console-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/completer ^4.0.0-alpha.12
  • @jupyterlab/console ^4.0.0-alpha.12
  • @jupyterlab/filebrowser ^4.0.0-alpha.12
  • @jupyterlab/launcher ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/properties ^1.8.1
  • @lumino/widgets ^1.33.0
packages/coreutils/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/minimist ^1.2.0 development
  • @types/url-parse ^1.4.3 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • minimist ~1.2.0
  • moment ^2.24.0
  • path-browserify ^1.0.0
  • url-parse ~1.5.4
packages/csvviewer/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • canvas ^2.9.1 development
  • csv-spectrum ^1.0.0 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/datagrid ^0.36.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
packages/csvviewer-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/csvviewer ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/documentsearch ^4.0.0-alpha.12
  • @jupyterlab/mainmenu ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/datagrid ^0.36.0
  • @lumino/widgets ^1.33.0
packages/debugger/package.json npm
  • @babel/core ^7.10.2 development
  • @babel/preset-env ^7.10.2 development
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • @types/react-dom ^17.0.0 development
  • @types/text-encoding ^0.0.35 development
  • canvas ^2.9.1 development
  • jest ^26.4.2 development
  • jest-junit ^11.1.0 development
  • jest-raw-loader ^1.0.1 development
  • jest-summary-reporter ^0.0.2 development
  • rimraf ~3.0.0 development
  • shell-quote ^1.7.2 development
  • text-encoding ^0.7.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @codemirror/state ^6.0.0
  • @codemirror/view ^6.0.0
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/cells ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/console ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/fileeditor ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/datagrid ^0.36.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • @vscode/debugprotocol ^1.51.0
  • react ^17.0.1
packages/debugger-extension/package.json npm
  • @babel/core ^7.10.2 development
  • @babel/preset-env ^7.10.2 development
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/react-dom ^17.0.0 development
  • rimraf ~3.0.0 development
  • shell-quote ^1.7.2 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/console ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/debugger ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/fileeditor ^4.0.0-alpha.12
  • @jupyterlab/logconsole ^4.0.0-alpha.12
  • @jupyterlab/notebook ^4.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
packages/docmanager/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docprovider ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/properties ^1.8.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/docmanager-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docmanager ^4.0.0-alpha.12
  • @jupyterlab/docprovider ^4.0.0-alpha.12
  • @jupyterlab/docregistry ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/statusbar ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/commands ^1.20.0
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/docprovider/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/collaboration ^4.0.0-alpha.12
  • @jupyterlab/shared-models ^4.0.0-alpha.12
  • @lumino/coreutils ^1.12.0
  • lib0 ^0.2.42
  • y-websocket ^1.3.15
packages/docprovider-extension/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/collaboration ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docprovider ^4.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
packages/docregistry/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/codeeditor ^4.0.0-alpha.12
  • @jupyterlab/codemirror ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/docprovider ^4.0.0-alpha.12
  • @jupyterlab/observables ^5.0.0-alpha.12
  • @jupyterlab/rendermime ^4.0.0-alpha.12
  • @jupyterlab/rendermime-interfaces ^3.8.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/shared-models ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/algorithm ^1.9.1
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/messaging ^1.10.1
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • yjs ^13.5.34
packages/documentsearch/package.json npm
  • @jupyterlab/testutils ^4.0.0-alpha.12 development
  • @types/jest ^26.0.10 development
  • jest ^26.4.2 development
  • rimraf ~3.0.0 development
  • ts-jest ^26.3.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/coreutils ^1.12.0
  • @lumino/disposable ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • @lumino/widgets ^1.33.0
  • react ^17.0.1
packages/documentsearch-extension/package.json npm
  • rimraf ~3.0.0 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/documentsearch ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @lumino/widgets ^1.33.0
packages/extensionmanager/package.json npm
  • @types/react ^17.0.0 development
  • @types/react-paginate ^6.2.1 development
  • @types/semver ^7.3.3 development
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/coreutils ^6.0.0-alpha.12
  • @jupyterlab/services ^7.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27
  • @lumino/messaging ^1.10.1
  • @lumino/polling ^1.10.0
  • @lumino/signaling ^1.10.1
  • react ^17.0.1
  • react-paginate ^6.3.2
  • semver ^7.3.2
packages/extensionmanager-extension/examples/listings/package.json npm
  • css-loader ^6.7.1 development
  • fs-extra ^9.0.1 development
  • glob ~7.1.6 development
  • mini-css-extract-plugin ~1.3.2 development
  • mini-svg-data-uri ^1.4.4 development
  • read-package-tree ^5.3.1 development
  • rimraf ~3.0.0 development
  • style-loader ~3.3.1 development
  • webpack ^5.72.0 development
  • webpack-cli ^4.1.0 development
  • whatwg-fetch ^3.0.0 development
  • @jupyterlab/application ^2.0.2
  • @jupyterlab/application-extension ^2.0.2
  • @jupyterlab/apputils-extension ^2.0.2
  • @jupyterlab/buildutils ^2.0.2
  • @jupyterlab/codemirror-extension ^2.0.2
  • @jupyterlab/completer-extension ^2.0.2
  • @jupyterlab/console-extension ^2.0.2
  • @jupyterlab/csvviewer-extension ^2.0.2
  • @jupyterlab/docmanager-extension ^2.0.2
  • @jupyterlab/extensionmanager-extension ^2.0.2
  • @jupyterlab/filebrowser-extension ^2.0.2
  • @jupyterlab/fileeditor-extension ^2.0.2
  • @jupyterlab/help-extension ^2.0.2
  • @jupyterlab/imageviewer-extension ^2.0.2
  • @jupyterlab/inspector-extension ^2.0.2
  • @jupyterlab/launcher-extension ^2.0.2
  • @jupyterlab/mainmenu-extension ^2.0.2
  • @jupyterlab/markdownviewer-extension ^2.0.2
  • @jupyterlab/mathjax2-extension ^2.0.2
  • @jupyterlab/notebook-extension ^2.0.2
  • @jupyterlab/rendermime-extension ^2.0.2
  • @jupyterlab/running-extension ^2.0.2
  • @jupyterlab/settingeditor-extension ^2.0.2
  • @jupyterlab/shortcuts-extension ^2.0.2
  • @jupyterlab/statusbar-extension ^2.0.2
  • @jupyterlab/terminal-extension ^2.0.2
  • @jupyterlab/theme-dark-extension ^2.0.2
  • @jupyterlab/theme-light-extension ^2.0.2
  • @jupyterlab/tooltip-extension ^2.0.2
  • @jupyterlab/ui-components-extension ^2.0.2
  • es6-promise ~4.2.8
  • react ^17.0.1
  • react-dom ^17.0.1
packages/extensionmanager-extension/package.json npm
  • rimraf ~3.0.0 development
  • typedoc ~0.22.10 development
  • typescript ~4.7.3 development
  • @jupyterlab/application ^4.0.0-alpha.12
  • @jupyterlab/apputils ^4.0.0-alpha.12
  • @jupyterlab/extensionmanager ^4.0.0-alpha.12
  • @jupyterlab/settingregistry ^4.0.0-alpha.12
  • @jupyterlab/translation ^4.0.0-alpha.12
  • @jupyterlab/ui-components ^4.0.0-alpha.27