Skip to content

Latest commit

 

History

History
 
 

README.md

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