From 62a7768f5c2666ba502e46a155c05e3b518bb49b Mon Sep 17 00:00:00 2001 From: ogiorgis Date: Tue, 18 Sep 2018 09:37:34 +0200 Subject: [PATCH] first commit --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9294c2 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# HTMLViewer + +A JupyterLab extension. + + +## Prerequisites + +* JupyterLab + +## Installation + +```bash +jupyter labextension install HTMLViewer +``` + +## Development + +For a development install (requires npm version 4 or later), do the following in the repository directory: + +```bash +npm install +npm run build +jupyter labextension link . +``` + +To rebuild the package and the JupyterLab app: + +```bash +npm run build +jupyter lab build +``` +