-
Notifications
You must be signed in to change notification settings - Fork 333
Roadmap
Nicolas Riesco edited this page Mar 22, 2016
·
16 revisions
To all collaborators, 🎉 welcome to the nteract party! 🎉 @willwhitney has transferred ownership of hydrogen to the collective code constructors of nteract.
We've got a lot of packages within the nteract org that are being used to build a new version of the notebook. These same packages can and should be used by Hydrogen. In order to get there, we're going to want to make some targeted refactorings, namely:
- write tests and aim for stability
- switching to async by default where possible * [ ] use promises * [ ] use observables * [ ] use enchannel-zmq-backend for the kernel messaging
- pure javascript, no reliance on jupyter tooling
* [ ] only protocols, formats, and paths - we want it to work by installing straight from Atom and never have to tell people to run
atom .
from the terminal again * [ ] rely on other npm packages within nteract (or elsewhere) to reduce code duplication and keep things as simple as possible * [x]use jmp for the kernel messaging* [x]use transformime* [ ] use kernelspecs
Please, update this wiki page if you intend to work on any of the above items.
- Add a console to make execution request to the running kernel.