Skip to content

showcase more features for the desktop app #30

Open
@rgbkrk

Description

@rgbkrk

Right now we show double-click to open. What else should we show to people?

Note that it's "as simple" as creating another React component like the other ones:

const OpenNotebooksFeature = () => (
<ContentSection>
<div className="panes center-vertically">
<div className="pane-30 pane">
<h3>Double Click</h3>
<p>Open notebooks natively on Mac, Windows, and Linux</p>
</div>
<div className="pane-70 pane">
<div className="section-graphic">
<video
style={{
boxShadow: "0 4px 14px 0 rgba(0,0,0,.1)",
transform: "translateX(50px)"
}}
src="/static/double-click-notebook.mp4"
autoPlay
loop
/>
</div>
</div>
</div>
</ContentSection>
);

Ideas:

  • Compatibility with Jupyter Notebooks
  • vdom support
  • Other output type support

For other ideas, also check out @captainsafia's post about the notebook

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions