Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 662 Bytes

File metadata and controls

34 lines (22 loc) · 662 Bytes

vpython

VPython labextension

Prerequisites

  • JupyterLab ^0.35.0
  • VPython Package >=7.4.8 (pip install vpython) or (conda install -c vpython vpython)

Installation

jupyter labextension install vpython

Development

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

npm install
npm install --save @jupyterlab/notebook @jupyterlab/application @jupyterlab/apputils @jupyterlab/docregistry @phosphor/disposable script-loader
npm run build
jupyter labextension install .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build