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
Keywords from Contributors
Repository
JupyterLab computational environment.
Basic Info
- Host: GitHub
- Owner: jupyterlab
- License: other
- Language: TypeScript
- Default Branch: main
- Homepage: https://jupyterlab.readthedocs.io/
- Size: 265 MB
Statistics
- Stars: 14,784
- Watchers: 301
- Forks: 3,717
- Open Issues: 2,603
- Releases: 0
Topics
Metadata Files
README.md
Installation | Documentation | Contributing | License | Team | Getting help |
JupyterLab
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 jupyterlabIf installing usingpip install --user, you must add the user-levelbindirectory to yourPATHenvironment variable in order to launchjupyter lab. If you are using a Unix derivative (e.g., FreeBSD, GNU/Linux, macOS), you can do this by runningexport 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.
- When: Wednesdays 9:00 AM Pacific Time (USA)
- Where:
jovyanZoom - What: Meeting notes
Notes are archived on GitHub Jupyter Frontends team compass.
Owner
- Name: JupyterLab
- Login: jupyterlab
- Kind: organization
- Email: project.jupyter@gmail.com
- Website: https://jupyter.org
- Repositories: 63
- Profile: https://github.com/jupyterlab
JupyterLab: The Next Generation UI for Project Jupyter
Committers
Last synced: 9 months ago
Top Committers
| Name | 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... | ||
Committer Domains (Top 20 + Academic)
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
Pull Request Labels
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
Rankings
Maintainers (1)
Advisories (4)
npmjs.org: @jupyterlab/services
Client APIs for the Jupyter services REST APIs
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 7.4.7
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/docregistry
JupyterLab - Document Registry
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/nbformat
Notebook format interfaces
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/codemirror
JupyterLab - CodeMirror Editor Provider
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/cells
JupyterLab - Notebook Cells
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/statusbar
JupyterLab statusbar package.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (11)
npmjs.org: @jupyterlab/console
JupyterLab - Code Console
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/docprovider
JupyterLab - Document Provider
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 3.6.8
published almost 2 years ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/csvviewer
JupyterLab - CSV Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/filebrowser-extension
JupyterLab - Filebrowser Widget Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/extensionmanager
JupyterLab - Extension Manager
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/mathjax2-extension
A JupyterLab extension providing MathJax 2 Typesetting
- Homepage: https://github.com/jupyterlab/jupyter-renderers.git
- License: BSD-3-Clause
-
Latest release: 4.0.0
published almost 3 years ago
Rankings
Maintainers (16)
npmjs.org: @jupyterlab/application-extension
JupyterLab - Application Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/console-extension
JupyterLab - Code Console Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/htmlviewer
A viewer for HTML documents.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.7
published 10 months ago
Rankings
Maintainers (10)
spack.io: py-jupyterlab
JupyterLab is the next-generation web-based user interface for Project Jupyter.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: []
-
Latest release: 4.0.1
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @jupyterlab/mathjax-extension
A JupyterLab extension providing MathJax Typesetting
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/tooltip-extension
JupyterLab - Tooltip Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/settingeditor-extension
JupyterLab - Setting Editor Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/inspector-extension
JupyterLab - Code Inspector Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (10)
npmjs.org: @jupyterlab/extensionmanager-extension
JupyterLab - Extension Manager Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/celltags-extension
An extension for manipulating tags in cell metadata
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/logconsole-extension
JupyterLab - Log Console Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/vdom-extension
JupyterLab - VDOM Renderer
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 3.6.8
published almost 2 years ago
Rankings
Maintainers (16)
npmjs.org: @jupyterlab/docprovider-extension
JupyterLab - Document Provider Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 3.6.8
published almost 2 years ago
Rankings
Maintainers (8)
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.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
npmjs.org: @jupyterlab/metapackage
JupyterLab - Meta Package. All of the packages used by the core JupyterLab application
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @jupyterlab/theming
JupyterLab - Theming
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.9.0
published almost 9 years ago
Rankings
Maintainers (16)
npmjs.org: @jupyterlab/user-extension
JupyterLab - User Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.11
published about 4 years ago
Rankings
Maintainers (20)
npmjs.org: @jupyterlab/markdownwidget
JupyterLab - Markdown Renderer
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.4.0
published about 9 years ago
Rankings
Maintainers (20)
npmjs.org: @jupyterlab/services-extension
JupyterLab - Services Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (16)
npmjs.org: @jupyterlab/default-theme
JupyterLab - Default Theme
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.5.1
published about 9 years ago
Rankings
Maintainers (16)
npmjs.org: sophon-new-mainmenu
JupyterLab - Main Menu
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.7.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @jupyterlab/docregistry-extension
JupyterLab - Document Registry Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.7.0
published about 9 years ago
Rankings
Maintainers (21)
npmjs.org: sophon-notebook-application
JupyterLab - Application
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__coreutils
WebJar for @jupyterlab/coreutils
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__coreutils/
- License: BSD-3-Clause
-
Latest release: 6.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__ui-components
WebJar for @jupyterlab/ui-components
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__ui-components/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.30
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__observables
WebJar for @jupyterlab/observables
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__observables/
- License: BSD-3-Clause
-
Latest release: 5.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__nbformat
WebJar for @jupyterlab/nbformat
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__nbformat/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
npmjs.org: @evolab/apputils
JupyterLab - Application Utilities
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__codeeditor
WebJar for @jupyterlab/codeeditor
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__codeeditor/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__statedb
WebJar for @jupyterlab/statedb
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__statedb/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
npmjs.org: sophon-application
JupyterLab - Application
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__codemirror
WebJar for @jupyterlab/codemirror
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__codemirror/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
npmjs.org: sophon-csvviewer
JupyterLab - CSV Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/codemirror
JupyterLab - CodeMirror Editor Provider
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-rendermime-interfaces
JupyterLab - Interfaces for Mime Renderers
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.3.0
published almost 7 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__cells
WebJar for @jupyterlab/cells
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__cells/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.15
published over 3 years ago
Rankings
npmjs.org: sophon-filebrowser
JupyterLab - FileBrowser Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-settingeditor
The JupyterLab default setting editor interface
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.7.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-inspector
JupyterLab - Code Inspector
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__docmanager
WebJar for @jupyterlab/docmanager
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__docmanager/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__documentsearch
WebJar for @jupyterlab/documentsearch
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__documentsearch/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__toc
WebJar for @jupyterlab/toc
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__toc/
- License: BSD-3-Clause
-
Latest release: 6.0.0-alpha.9
published over 3 years ago
Rankings
npmjs.org: @evolab/filebrowser
JupyterLab - FileBrowser Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-vdom
A viewer for VDOM documents.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-tooltip
JupyterLab - Tooltip Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/inspector
JupyterLab - Code Inspector
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/csvviewer-extension
JupyterLab - CSV Widget Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-completer
JupyterLab - Completer
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-outputarea
JupyterLab - Notebook Output Area
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/console
JupyterLab - Code Console
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/launcher-extension
JupyterLab - Launcher Page Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-pdf-extension
JupyterLab - PDF Viewer
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.0
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/logconsole-extension
JupyterLab - Log Console Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-tooltip
JupyterLab - Tooltip Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-terminal
JupyterLab - Terminal Emulator Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.webjars.npm:jupyterlab__filebrowser
WebJar for @jupyterlab/filebrowser
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__filebrowser/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__attachments
WebJar for @jupyterlab/attachments
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__attachments/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:jupyterlab__user
WebJar for @jupyterlab/user
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/jupyterlab__user/
- License: BSD-3-Clause
-
Latest release: 4.0.0-alpha.9
published over 3 years ago
Rankings
npmjs.org: sophon-notebook-theme-dark-extension
JupyterLab - Default Dark Theme
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-help-extension
JupyterLab - Help Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-extension
JupyterLab - Notebook Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-running
JupyterLab - Running Sessions Panel
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/csvviewer
JupyterLab - CSV Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/settingeditor-extension
JupyterLab - Setting Editor Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/console-extension
JupyterLab - Code Console Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @jango/terminal-extension
JupyterLab - Terminal Emulator Extension remove fresh terminal
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.1.1
published about 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-application-extension
JupyterLab - Application Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-markdownviewer-extension
JupyterLab - Markdown Renderer Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-shortcuts-extension
JupyterLab - Shortcuts Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/docmanager-extension
JupyterLab - Document Manager Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-filebrowser-extension
JupyterLab - Filebrowser Widget Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.4
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-terminal-extension
JupyterLab - Terminal Emulator Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-fileeditor-extension
JupyterLab - Editor Widget Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.3
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-rendermime-extension
A rendermime extension for JupyterLab
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.12.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @evolab/statusbar-extension
JupyterLab - Statusbar Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-running-extension
JupyterLab - Running Sessions Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: jupyterlabtly
JupyterLab - Notebook Cells
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 3.2.9
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-testutils
JupyterLab - Test Utilities
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: @jupyterlab/pluginmanager
List, enable or disable individual plugins.
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (8)
npmjs.org: @kuplus/terminal
JupyterLab - Terminal Emulator Widget
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.1.1
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-notebook-buildutils
JupyterLab - Build Utilities
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 1.0.2
published almost 7 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-testutils
JupyterLab - Test Utilities
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.2.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: sophon-metapackage
JupyterLab - Meta Package. All of the packages used by the core JupyterLab application
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 0.18.3
published almost 8 years ago
Rankings
Maintainers (1)
npmjs.org: @jupyterlab/theme-dark-high-contrast-extension
JupyterLab - Dark High Contrast Theme
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (16)
npmjs.org: @jupyterlab/audio-extension
JupyterLab - Audio File Viewer Extension
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.5.0-alpha.3
published 10 months ago
Rankings
Maintainers (16)
npmjs.org: @evolab/ui-components-extension
JupyterLab - UI component plugins
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 2.2.0
published over 5 years ago
Rankings
Maintainers (1)
npmjs.org: @jupyterlab/workspaces-extension
JupyterLab Extension providing UI for workspace management
- Homepage: https://github.com/jupyterlab/jupyterlab
- License: BSD-3-Clause
-
Latest release: 4.4.6
published 10 months ago
Rankings
Maintainers (16)
Dependencies
- @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
- @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
- 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
- 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
- @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
- 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
- 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
- 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
- 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
- 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
- rimraf ~3.0.0 development
- @jupyterlab/services ^7.0.0-alpha.12
- node-fetch ^2.6.0
- ws ^7.4.6
- 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
- @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
- @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
- @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
- 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
- @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
- @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
- @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
- @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
- @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
- @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
- @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
- 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
- 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
- @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
- 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
- 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
- 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
- @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
- 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
- @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
- 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
- @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
- 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
- @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
- @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
- 1765 dependencies
- jupyter-server-proxy
- jupyterlab-link-share 0.2.*
- matplotlib-base
- nodejs 14.*
- numpy
- pip
- python 3.8.*
- vega_datasets
- xeus-python
- @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
- @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
- @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/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
- 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
- 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
- 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
- @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
- @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
- @jupyterlab/builder ^4.0.0-alpha.12 development
- rimraf ~3.0.0 development
- @lumino/coreutils ^1.12.0
- @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
- @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
- @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
- 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
- @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/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
- 935 dependencies
- @jupyterlab/builder ^4.0.0-alpha.12 development
- @jupyterlab/launcher ^4.0.0-alpha.12
- @jupyterlab/application ^0.10.0
- @jupyterlab/builder ^4.0.0-alpha.12 development
- @jupyterlab/mock-token ^4.0.0-alpha.12
- @jupyterlab/builder ^4.0.0-alpha.12 development
- @jupyterlab/mock-token ^4.0.0-alpha.12
- @lumino/coreutils ^1.12.0
- @lumino/widgets ^1.33.0
- @jupyterlab/builder ^3.1.0-alpha.5 development
- rimraf ^3.0.2 development
- @jupyterlab/launcher ^3.1.0-alpha.5
- @jupyterlab/builder ^3.0.1 development
- rimraf ^3.0.2 development
- @jupyterlab/launcher ^3.0.2
- @jupyterlab/builder ^3.0.1 development
- rimraf ^3.0.2 development
- @jupyterlab/launcher ^3.0.2
- 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
- @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
- 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
- @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
- 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
- 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
- @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
- 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
- @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
- 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
- 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
- @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
- @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
- 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
- @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
- 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
- @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
- 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
- @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
- 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
- @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
- @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
- 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
- @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
- @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
- @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
- 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
- @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
- 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
- @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
- @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
- 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
- @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
- 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
- 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