-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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:
Lines 16 to 38 in da1b9f6
| 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
vdomsupport- Other output type support
For other ideas, also check out @captainsafia's post about the notebook