Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showcase more features for the desktop app #30

Open
rgbkrk opened this issue Oct 13, 2017 · 1 comment
Open

showcase more features for the desktop app #30

rgbkrk opened this issue Oct 13, 2017 · 1 comment

Comments

@rgbkrk
Copy link
Member

rgbkrk commented Oct 13, 2017

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

@captainsafia
Copy link
Member

I think the compatibility with Jupyter notebooks is a good one and will clarify a lot of confusion I have seen users exhibit.

Happy to help whoever takes this one create copy for these items for the website.

@jdetle jdetle added this to To do in Improve the main site Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants