📓 Electron app of the Jupyter Notebook
This is a work in progress. Check out the issues for more detail.
Requires node 5.x and npm 3.
- Fork this repo
- Clone it
git clone https://github.com/nteract/composition
cd
to where youclone
d itnpm install
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.