mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
426 B
426 B
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