You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 years ago | |
|---|---|---|
| docs | 11 years ago | |
| examples | 11 years ago | |
| git-hooks | 11 years ago | |
| jupyter_notebook | 11 years ago | |
| scripts | 11 years ago | |
| tools/tests | 11 years ago | |
| .bowerrc | 11 years ago | |
| .gitignore | 11 years ago | |
| .gitmodules | 11 years ago | |
| .mailmap | 11 years ago | |
| .travis.yml | 11 years ago | |
| CONTRIBUTING.md | 11 years ago | |
| COPYING.md | 11 years ago | |
| Dockerfile | 11 years ago | |
| MANIFEST.in | 11 years ago | |
| README.md | 11 years ago | |
| bower.json | 11 years ago | |
| package.json | 11 years ago | |
| requirements.txt | 11 years ago | |
| setup.cfg | 11 years ago | |
| setup.py | 11 years ago | |
| setupbase.py | 11 years ago | |
README.md
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