Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 757 Bytes

composition

Build Status slack in

📓 Electron app of the Jupyter Notebook

This is a work in progress. Check out the issues for more detail.

Development

Requires node 5.x and npm 3.

  1. Fork this repo
  2. Clone it git clone https://github.com/nteract/composition
  3. cd to where you cloned it
  4. npm install
  5. npm run start

Assets are compiled via electron-compile directly, no worry about build steps until we make a release. As you hack on components, you can reload directly or pop open the dev console and run location.reload(). No hot reloading at the moment.