Skip to content

Commit

Permalink
Merge pull request nteract#4 from captainsafia/add-initiatives
Browse files Browse the repository at this point in the history
Add additional intiatives
  • Loading branch information
rgbkrk committed Oct 13, 2017
1 parent bdcfa3b commit 2fd62cb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/initiatives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ that the initiative is pending completion of the roadmap, grant funding, or othe
| [nteract desktop application beta](https://github.com/nteract/nteract/blob/master/ROADMAP.md) | UNDER DEV |
| [Remote Kernels](./remote-kernels) | PENDING |
| [React Components](./remote-components) | PENDING |
| [Bundled Application](./bundled-app) | UNDER DEV |
| [Real-time Collaboration](./real-time-collab) | PENDING |
| [git Integration](./git-integration) | PENDING |

### Contributing

Expand Down
15 changes: 15 additions & 0 deletions packages/initiatives/bundled-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Roadmap for Bundled Application

A large majority of interactive notebook users use notebooks against a
traditional SciPy stack. Sometimes installing this stack can be difficult.
Although tools like `conda` make the process easier it can still be a
hassle for some users. Our bundled kernel intiative aims to make this
easier. By using the nteract application with a bundled kernel, the
barrier to entry for using the SciPy stack with an interactive notebook
is greatly reduced. Once users are comfortable with the setup, they can
chose to adopt more complex stacks with their interactive notebooks.

With a bundled kernel, users can download a version of the nteract application
with a bundled conda environment for their system architecture. This reduces
the hassle for users that just want to get up and running with a
simple SciPy stack.
9 changes: 9 additions & 0 deletions packages/initiatives/git-integration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Roadmap for Git Integration

Many notebook users utilize git and GitHub to manage versions of
their notebooks and share them with others. Sometimes this process
can be quite difficult as creating diffs of the notebook format
comes with a lot of challenges. We are hoping to address this
issue and create tightly-coupled git integration in the nteract
desktop application. Which will allow users to create commits directly
from the nteract interface and view visual diffs of their notebooks.
7 changes: 7 additions & 0 deletions packages/initiatives/real-time-collab/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Roadmap for Real-time Collaboration

Research and data science teams use and share the notebook amongst
each other in order to complete their work. However, collaborating
on the same notebook at the same time is a cumbersome process. Our goal
is to simplify this process and implement real-time collaboration
backed by GitHub gists.

0 comments on commit 2fd62cb

Please sign in to comment.