AnthonyAndroulakis / ipyjs

a Jupyter widget that lets you run JavaScript, for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Installation

conda create -n ipyjs-dev -c conda-forge nodejs yarn python jupyterlab
conda activate ipyjs-dev
git clone --recurse-submodules https://github.com/AnthonyAndroulakis/ipyjs.git
cd ipyniivue
yarn
pip install -e .
yarn run watch

Then, in a separate cmd/terminal window:

conda activate ipyjs-dev
jupyter lab

To view changes made in the typescript, reload the jupyter page. To view changes made in the python, restart the kernel.

** if yarn run watch does not work, run the following instead:

sudo npm i -g npm-run-all
npm-run-all -p watch:*

About

a Jupyter widget that lets you run JavaScript, for testing purposes

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 44.9%Language:Python 36.2%Language:JavaScript 18.5%Language:CSS 0.3%