JSPM

@codytodonnell/jupyterlab-scicap-ui-windows

0.3.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q10646F
  • License BSD-3-Clause

Example of using a Science Capsule Widget in a Jupyterlab extension

Package Exports

  • @codytodonnell/jupyterlab-scicap-ui-windows
  • @codytodonnell/jupyterlab-scicap-ui-windows/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codytodonnell/jupyterlab-scicap-ui-windows) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Widget

Create a React.js Widget in JupyterLab.

This extension shows how to use the ReactWidget wrapper from @jupyterlab/apputils to use React in a JupyterLab extension.

react-widget

Install

jlpm
jlpm build
jupyter labextension install .

# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch

React Developer Tools

It is possible to use the React Developer Tools Chrome extension to inspect React components.

react-dev-tools