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 .