mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
11 lines
203 B
ReStructuredText
11 lines
203 B
ReStructuredText
|
.. _development_faq:
|
||
|
|
||
|
Developer FAQ
|
||
|
=============
|
||
|
|
||
|
1. How do I install a prerelease version such as a beta or release candidate?
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
python -m pip install notebook --pre --upgrade
|