jupyterlab / jupyterlab-demo

Demonstrations of JupyterLab
https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab
Other
186 stars 240 forks source link

Add a demo workspace #58

Closed blink1073 closed 6 years ago

blink1073 commented 6 years ago

Testing on https://mybinder.org/v2/gh/blink1073/jupyterlab-demo/workspace-file?urlpath=lab%2Fworkspaces%2Fdemo.

image
ian-r-rose commented 6 years ago

I wonder if it might be better to open either (or both) of

  1. The README with the Markdown renderer.
  2. The FAQ widget.
blink1073 commented 6 years ago

Thanks @ian-r-rose, updated.

ian-r-rose commented 6 years ago

Cool, LGTM, pending final choices on what to include in the image.

blink1073 commented 6 years ago

Note to self: open to docs overview page instead of FAQ

jasongrout commented 6 years ago

One thought for the default workspace to open the docs in the right side, and the Lorenz notebook (from #60) in the left side, possibly with the lorenz.py file just below the notebook: screen shot 2018-02-12 at 14 09 54

jasongrout commented 6 years ago

Perhaps we should open the docs to the Interface section, but then it's not clear how to navigate to other sections or that the docs even do have other sections. Opening to the starting page, you can readily see the table of contents.

jzf2101 commented 6 years ago

I think we should have the interface section and the notebook. I worry we'll overwhelm users if we give them too much to start with.

blink1073 commented 6 years ago

We can't link to a specific page in the documentation without a change to jlab itself

jasongrout commented 6 years ago

We can't link to a specific page in the documentation without a change to jlab itself

Good point.

jzf2101 commented 6 years ago

Maybe we need to add a link in the readme instead?

jasongrout commented 6 years ago

@blink1073 - I pushed the workspace update to your branch to open the Lorenz file and the docs, like in the above screenshot. Thoughts? Do you think we should open the readme or some other file instead?

blink1073 commented 6 years ago

I think Lorenz and the docs are a good combo

jasongrout commented 6 years ago

Something isn't quite working right with the widgets - they only show up on the second time or so of executing the appropriate cell. I'm investigating...