GitXplorerGitXplorer
j

lab

public
0 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
a6abed4f83907661efe366c98ef22fd09d68efab

Update the submodules to reflect the new naming.

jjasongrout committed 9 years ago
Unverified
7244af3fbb46357b1d0936ff15d90520b24d49b6

update notebook

jjasongrout committed 9 years ago
Unverified
419f8b040df6e23aec0e4ec11a76f245e8455f29

update submodules in build

jjasongrout committed 9 years ago
Unverified
fe220016a653fb4e37074dd08954d58477058c54

Update jupyter-js-editor to point to my branch

jjasongrout committed 9 years ago
Unverified
b807675d593cd5e522675b9ca655f33ee9558a7d

Update jupyter-js-notebook

jjasongrout committed 9 years ago
Unverified
437dd8f5a19b19889c2b36904adeedf84cdb4ba0

Update cells to inherit from Widget instead of Panel

jjasongrout committed 9 years ago

README

The README file for this repository.

This repo just collects dev versions of various jupyter-js-* repos necessary for building a notebook so they can be used in a coordinated fashion.

./build
# in another terminal, start up the Jupyter notebook server in the root lab directory with
jupyter notebook --NotebookApp.allow_origin=* --port 8890
http-server # or any other webserver

Then go to http://localhost:8080/jupyter-js-notebook/example/index.html