Skip to content

Learning to make extensions for Jupyter Lab, and building with React components.

Notifications You must be signed in to change notification settings

doutriaux1/jupyter-react-ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-react-ext

Learning to make extensions for JupyterLab and incorporating React.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyter-react-ext

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

About

Learning to make extensions for Jupyter Lab, and building with React components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%