Skip to content

Instantly share code, notes, and snippets.

@peller
Last active January 29, 2016 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peller/2261e749e91ced5fb5a5 to your computer and use it in GitHub Desktop.
Save peller/2261e749e91ced5fb5a5 to your computer and use it in GitHub Desktop.
Stand up jupyter lab code

jupyter lab

2016-01-26:

I took the same steps as I did a week or two ago to stand up the new notebook code (see jupyter-js-plugins README Thankfully, the webpack build problems I saw went away. Everything more or less installs cleanly now.

To run the sample notebook, follow the install instructions and browse to http://localhost:8765/ A demo can be found on the notebook PR Still no kernel / comms, only client-side UI, so not much to integrate with. There's a file browser widget, a notebook which uses a markdown parser and codemirror but as of yet no toolbar or editing. Everything is a pwidget based off phosphor, and code is written in typescript.

There is a PR pending to provide "very" basic kernel support. Will give that a try soon.

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