Go to file
2015-04-21 15:37:11 -07:00
docs Document how to install kernel spec files 2015-03-11 21:36:00 +01:00
examples update dependency imports 2015-04-21 15:37:07 -07:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
jupyter_notebook Merge pull request #8 from jupyter/rm-submodules-2 2015-04-21 15:37:10 -07:00
scripts Notebook is a JupyterApp 2015-04-21 15:37:07 -07:00
tools/tests update confined output test notebook 2015-03-29 14:06:13 -07:00
.bowerrc add bower.json from ipython-components 2015-04-21 15:37:09 -07:00
.gitignore add package.json for fetching bower, less 2015-04-21 15:37:09 -07:00
.gitmodules remove submodule 2015-04-21 15:37:09 -07:00
.mailmap fix backward n_pulls, n_issues in github stats 2015-04-03 13:05:18 -07:00
.travis.yml get it running on travis 2015-04-21 15:37:08 -07:00
bower.json add bower.json from ipython-components 2015-04-21 15:37:09 -07:00
CONTRIBUTING.md package skeleton 2015-04-21 15:37:06 -07:00
COPYING.md package skeleton 2015-04-21 15:37:06 -07:00
Dockerfile Bump less to @<3.0 so setup.py css works 2015-01-21 22:08:39 -05:00
MANIFEST.in add bower.json from ipython-components 2015-04-21 15:37:09 -07:00
package.json add package.json for fetching bower, less 2015-04-21 15:37:09 -07:00
README.md Interim update for dev quickstart 2015-04-21 15:37:11 -07:00
requirements.txt Interim update for dev quickstart 2015-04-21 15:37:11 -07:00
setup.cfg package skeleton 2015-04-21 15:37:06 -07:00
setup.py add setup.py js 2015-04-21 15:37:09 -07:00
setupbase.py Need to specify None explicitly for utime on Python 2 2015-04-21 15:37:10 -07:00

Jupyter Notebook

The Jupyter HTML notebook is a web-based notebook environment for interactive computing.

Dev quickstart:

  • Create a virtual env (ie jupyter-dev)
  • Clone this repo and cd into it
  • pip install -r requirements.txt
  • pip install -e .
  • ensure that you have node/npm install (ie brew install node)
  • npm install -g 'less@<3.0'
  • python setup.py js
  • python setup.py css

Launch with:

jupyter notebook