Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 396 Bytes

development_faq.rst

File metadata and controls

19 lines (12 loc) · 396 Bytes

Developer FAQ

  1. How do I install a prerelease version such as a beta or release candidate?
python -m pip install notebook --pre --upgrade
  1. What are the basic steps for a development install?
git clone https://github.com/jupyter/notebook
cd notebook
python setup.py js css
pip install -e .