-
Notifications
You must be signed in to change notification settings - Fork 333
Roadmap
Thomas Denton edited this page Jul 4, 2019
·
16 revisions
THIS PAGE IS MAY NOT ALWAYS BE UP TO DATE
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 or similar 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
- rely on other npm packages within nteract (or elsewhere) to reduce code duplication and keep things as simple as possible
- migrate to TypeScript
Please, update this wiki page if you intend to work on any of the above items.