mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Interim update for dev quickstart
This commit is contained in:
parent
277851ed32
commit
e080992f4e
13
README.md
13
README.md
@ -2,6 +2,19 @@
|
||||
|
||||
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
|
||||
|
||||
|
@ -6,3 +6,4 @@
|
||||
-e git+https://github.com/ipython/ipython.git#egg=ipython
|
||||
-e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel
|
||||
-e git+https://github.com/jupyter/jupyter_nbconvert.git#egg=jupyter_nbconvert
|
||||
invoke
|
||||
|
Loading…
Reference in New Issue
Block a user